Jump to content

Module:Road data/strings/USA/VA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 01:37, 6 January 2014 (Splitting Virginia). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Virginia
local VA = {}

VA.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Virginia)",
        abbr = "I‑%route%"}

VA.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Virginia",
         abbr = "US %route%"}

VA["US-Alt"] = {shield = VA.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Virginia)",
                abbr = "US %route% Alt"}

VA["US-Bus"] = {shield = VA.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Virginia)",
                abbr = "US %route% Bus"}

VA.VA = {shield = {default = "Virginia %route%.svg",
                   ["90000"] = "",
                   ["90004"] = ""},
         link = "Virginia State Route %route%",
         abbr = "SR %route%"}

VA.SR = VA.VA

VA.Sec = {shield = "Circle sign %route%.svg",
          link = "[county||Virginia State Route %route% (%county% County)|]",
          abbr = VA.VA.abbr}

VA["VA-Alt"] = {shield = VA.VA.shield,
                link = "Virginia State Route %route% Alternate [dab||(%dab%)|]",
                abbr = "SR %route% Alt"}

VA["VA-Bus"] = {shield = VA.VA.shield,
                link = "Virginia State Route %route% Business [dab||(%dab%)|]",
                abbr = "SR %route% Bus"}

VA["SR-Bus"] = VA["VA-Bus"]

return VA