Modul:Road data/strings/USA/VA
Tampilan
--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 = VA.I.abbr .. " Express",
width = "expand",
bannersuffix = "blue"}
VA["I-Future"] = {shield = "I-%route% (Future).svg",
link = VA.I.link,
abbr = "Future I-%route%",
width = "expand"}
VA.Future = VA["I-Future"]
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 alternate plate.svg",
width = "expand"}
VA["US-Toll"] = {shield = VA.US.shield,
link = VA.US.link,
abbr = VA.US.abbr,
width = "expand",
banner = "Toll plate yellow.svg"}
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["US 1926"] = {shield = "US %route% Virginia 1926.svg",
link = VA.US.link,
abbr = VA.US.abbr,
width = "US1926"}
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,
arg = "county",
default = "Virginia State Route %route% (%county% County)",
otherwise = VA.SR.link},
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["SR-Toll"] = {shield = VA.SR.shield,
link = VA.SR.link,
abbr = "SR %route% Toll",
banner = "Toll plate yellow.svg",
width = "expand"}
VA.GWMP = {shield = "",
link = "George Washington Memorial Parkway",
abbr = "George Washington Parkway"}
VA.BRP = {shield = "Blue Ridge Parkway shield.png",
link = "Blue Ridge Parkway",
abbr = "Blue Ridge Parkway"}
VA.USBR = {shield = "US Bike %route% (M1-9 IA-15).svg",
link = "U.S. Bicycle Route %route%",
abbr = "USBR %route%"}
VA.Bike = {shield = "US Bike %route% (M1-8).svg",
link = "",
abbr = "%route%"}
VA.Byway = {shield = "Virginia D6-V1.svg",
link = "Virginia Byway",
abbr = "Virginia Byway"}
VA.KY = {alias = {module = "USA/KY", type = "KY"}}
VA.MD = {alias = {module = "USA/MD", type = "MD"}}
VA["I-MD"] = {alias = {module = "USA/MD", type = "I"}}
VA.NC = {alias = {module = "USA/NC", type = "NC"}}
VA.TN = {alias = {module = "USA/TN", type = "SR"}}
VA["TN-Sec"] = {alias = {module = "USA/TN", type = "Sec"}}
VA.WV = {alias = {module = "USA/WV", type = "WV"}}
VA["US-WV"] = {alias = {module = "USA/WV", type = "US"}}
VA.road = {alias = {module = "USA", type = "road"}}
return VA