Jump to content

Module:Road data/strings/USA/NV

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 05:12, 8 June 2014 (+CR). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Nevada
local NV = {}

NV.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Nevada)",
         abbr = "I‑%route% Bus.",
         width = "expand"}

NV.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Nevada)",
        abbr = "I‑%route%",
        width = "expand"}

NV.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Nevada",
         abbr = "US %route%",
         width = "expand"}

NV["US-Alt"] = {shield = NV.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Nevada)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

NV["US-Bus"] = {shield = NV.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Nevada)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

NV["US-Truck"] = {shield = NV.US.shield,
                link = "U.S. Route %route% Truck ([dab||%dab%, |]Nevada)",
                abbr = "US %route% Truck",
                banner = "Truck plate.svg",
                width = "expand"}

NV.SR = {shield = "Nevada %route%.svg",
         link = "Nevada State Route %route% [dab||(%dab%)|]",
         abbr = "SR %route%"}

NV.CC = {shield = "Clark County Route %route% NV.svg",
         link = "Clark County %route% [dab||(%dab%)|]",
         abbr = "CC %route%"}
         
NV.CR = {shield = "CR %route% jct.svg",
         link = "County Route %route% ([county||%county% County, |]Nevada)",
         abbr = "CR %route%"}         

NV.NV = NV.SR

return NV