Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
BRUS Wikipedia
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Module:Road data/strings/USA/NV
Module
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Get shortened URL
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
The edit appears to have already been undone.
Anti-spam check. Do
not
fill this in!
--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]] and enter the following input text: {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}} To inspect the content of this data module when editing, enter the following into the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p)) To inspect a particular route type, change `p` above to include the route type, e.g., `p.I` and `p["US-Hist"]`. ]==] -- Nevada local NV = {} local util = require("Module:Road data/util") util.addAll(NV, require("Module:Road data/strings/USA")) local suffix = " ([dab||%dab%, |]Nevada)" NV.I.link = { ["11"] = "Interstate 11", ["215"] = "Las Vegas Beltway", ["515"] = "Interstate 515", default = { hook = "split", split = 100, above = "Interstate %route% (Nevada)", below = "Interstate %route% in Nevada" } } for k, v in pairs(NV) do if k:find ("^I") then v.link = NV.I.link end end NV.BL.link = NV.I.base .. " Business" .. suffix for k, v in pairs(NV) do if k:find ("^B%a") then v.link = NV.BL.link end end NV.US.link = "U.S. Route %route% in Nevada" for k, v in pairs(NV) do if k:find ("^US %d") then v.name = NV.US.name v.link = NV.US.link end end for _,auxType in ipairs({"Alt", "Bus", "Byp", "City", "Conn", "Emerg", "Opt", "Scenic", "Spur", "Temp", "Toll", "Truck"}) do local spec = NV[" aux "][auxType] for k, v in pairs(NV) do if k:find (auxType) then if k:find ("^US") then v.banner = spec.banneralt .. " plate.svg" v.link = NV.US.base .. " " .. spec.name .. " ([dab||%dab%, |]Nevada)" end end end end NV.SR = { shield = "Nevada %route%.svg", name = "State Route %route%", link = "Nevada State Route %route% [dab||(%dab%)|]", abbr = "SR %route%" } NV.NV = NV.SR NV.BLSR = { shieldmain = {"Business Loop 80.svg", "Nevada %route%.svg"}, name = NV.SR.name, link = "", abbr = NV.SR.abbr, nbrowse = NV.BL.nbrowse, nbrowselinks = NV.BL.nbrowselinks } -- add new types above this line if you want it to have the state highway browse and maint for k, v in pairs(NV) do if k:find ("^%a") then v.maint = "[[Nevada Department of Transportation|NDOT]]" v.browse = "Highways in Nevada" v.browselinks = { [1] = "[[List of Interstate Highways in Nevada|Interstate]]", [2] = "[[List of U.S. Routes in Nevada|US]]", [3] = "[[List of state routes in Nevada|State]]", [4] = "[[List of Nevada Scenic Byways|Scenic]]" } end end NV.CC = { shield = "Clark County Route %route% NV.svg", name = "Clark County %route%", link = "Clark County %route% [dab||(%dab%)|]", abbr = "CC %route%", bannersuffix = "county" } NV.CR.link = "County Route %route% ([county||%county% County, |]Nevada)" -- For linking internally on 'List of state routes in Nevada less than one mile' NV.SR2 = { shield = NV.SR.shield, link = "#State Route %route%", abbr = NV.SR.abbr } return NV
Summary:
Please note that all contributions to BRUS Wikipedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BRUS Wikipedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Preview page with this template
Templates used on this page:
Template:Module exports
(
edit
)
Template:N.b.
(
edit
)
Template:Nowrap
(
edit
)
Template:Template link
(
edit
)
Template:Tl
(
edit
)
Module:Arguments
(
edit
)
Module:Exports
(
edit
)
Module:Road data/strings/USA
(
edit
)
Module:Road data/strings/USA/NV
(
edit
)
Module:Road data/strings/USA/NV/doc
(
edit
)
Module:Road data/strings/USA/regional/GRR
(
edit
)
Module:Road data/strings/USA/regional/NER
(
edit
)
Module:Road data/strings/USA/regional/Tour
(
edit
)
Module:Road data/strings/USA/regional/Trails
(
edit
)
Module:Road data/strings/doc
(
edit
)
Module:Road data/util
(
edit
)
Module:TableTools
(
edit
)