Module:Road data/strings/USA/VA

Frae Wikipedia, the free beuk o knawledge
--Virginia
local VA = {}

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

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

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

VA["US-Alt"] = {shield = VA.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Virginie)",
                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%, |]Virginie)",
                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%, |]Virginie)",
                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%, |]Virginie)",
                abbr = "US %route% Truck",
                banner = "Truck plate.svg",
                width = "expand"}

VA.SR = {shield = {default = "Virginia %route%.svg",
                   ["90000"] = "",
                   ["90004"] = ""},
         link = "Virginie 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||Virginie State Route %route% (%county% Coonty)|]"},
          abbr = VA.SR.abbr}

VA["SR-Alt"] = {shield = VA.SR.shield,
                link = "Virginie 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 = "Virginie 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 = "Virginie 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.BRP = {shield = "", --there is a shield if someone wants to make an image
           link = "Blue Ridge Parkway",
           abbr = "Blue Ridge Pkwy."}

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

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

return VA