モジュール:Road data/strings/USA/VA
表示
モジュールの解説[作成]
--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 alternate plate.svg",
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["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,
default = "[county||Virginia State Route %route% (%county% County)|Virginia State Route %route%]"},
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 = "", --there is a shield if someone wants to make an image
link = "Blue Ridge Parkway",
abbr = "Blue Ridge Parkway"}
VA.WV = {alias = {module = "USA/WV", type = "WV"}}
VA["I-MD"] = {alias = {module = "USA/MD", type = "I"}}
VA["US-WV"] = {alias = {module = "USA/WV", type = "US"}}
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"}
return VA