模組:Road data/strings/USA/VA

维基百科,自由的百科全书
文档图示 模块文档[创建]
--維吉尼亞州
local VA = {}

VA.I = {shield = "I-%route%.svg",
        link = "%route%號州際公路維吉尼亞州段",
        abbr = "%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 = "%route%號美國國道維吉尼亞州段",
         abbr = "%route%號美國國道",
         width = "expand"}

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

VA["US-Bus"] = {shield = VA.US.shield,
                link = "%route%號美國國道商業線 (維吉尼亞州[dab||%dab%|])",
                abbr = "%route%號美國國道商業線",
                banner = "Business plate.svg",
                width = "expand"}

VA["US-Alt-Bus"] = {shield = VA.US.shield,
                link = "U.S. Route %route% Alternate Business (維吉尼亞州[dab||%dab%|])",
                abbr = "US %route% Alt. Bus.",
                banner = "Business alternate plate.svg",
                width = "expand"}

VA["US-Truck"] = {shield = VA.US.shield,
                link = "%route%號美國國道貨車線 (維吉尼亞州[dab||%dab%|])",
                abbr = "%route%號美國國道貨車線",
                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 = "%route%號維吉尼亞州州道",
         abbr = "%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 = "%route%號維吉尼亞州州道商業線",
                abbr = "%route%號維吉尼亞州州道商業線",
                banner = "Business plate.svg",
                width = "expand"}

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

VA["SR-Truck"] = {shield = VA.SR.shield,
                link = "%route%號維吉尼亞州州道貨車線",
                abbr = "%route%號維吉尼亞州州道貨車線",
                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 = "G.W. 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).svg",
        link = "%route%號美國自行車道路",
        abbr = "%route%號美國自行車道路"}

VA.Bike = {shield = "US Bike %route% (M1-8).svg",
        link = "",
        abbr = "%route%"}

VA.Byway = {shield = "Virginia Byway.svg",
        link = "Virginia Byway",
        abbr = "Virginia Byway"}

return VA