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 NE2 (talk | contribs) at 21:38, 9 July 2014 (I-MD). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Virginia
local VA = {}

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

VA["I-Express"] = {shield = VA.I.shield,
         link = "Interstate %route% Express (Virginia)",
         abbr = "I‑%route% Express",
         width = "expand"}

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

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

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

VA["US-Alt-Bus"] = {shield = VA.US.shield,
                link = "U.S. Route %route% Alternate Business ([dab||%dab%, |]Virginia)",
                abbr = "US %route% Alt. Bus.",
                banner = "Business plate.svg", --should have an Alt plate underneath this
                width = "expand"}

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

VA.SR = {shield = {default = "Virginia %route%.svg",
                   ["90000"] = "",
                   ["90004"] = ""},
         link = "Virginia State Route %route%[dab|| (%dab%)|]",
         abbr = "SR %route%",
         width = "expand"}

VA.VA = VA.SR

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

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

VA["VA-Alt"] = VA["SR-Alt"]

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

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

VA["SR-Truck"] = {shield = VA.SR.shield,
                link = "Virginia State Route %route% Truck [dab||(%dab%)|]",
                abbr = "SR %route% Truck",
                banner = "Truck plate.svg",
                width = "expand"}

VA["VA-Truck"] = VA["SR-Truck"]

VA.GWMP = {shield = "",
           link = "George Washington Memorial Parkway",
           abbr = "G.W. Pkwy."}

VA.WV = {alias = {module = "USA/WV", type = "WV"}}

VA["I-MD"] = {alias = {module = "USA/MD", type = "I"}}

return VA