Modul:Road data/strings/USA/VT

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Vermont
local VT = {}

VT.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Vermont)",
        abbr = "I-%route%",
        width = "expand"}

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

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

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

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

VT.VT = {shield = "Vermont %route%.svg",
         link = "Vermont Route %route%",
         abbr = "VT %route%",
         width = "expand"}

VT["VT-Alt"] = {shield = "Vermont %route%.svg",
                link = "Vermont Route %route% Alternate",
                abbr = "VT %route% Alt.",
                banner = "Alternate plate Vermont.svg",
                width = "expand"}
                
VT.Dual = {shield = {"Vermont %route%.svg", "Ellipse sign %route%.svg"},
         link = VT.VT.link,
         abbr = VT.VT.abbr,
         width = "expand"}                

VT.Town = {shield = {default = "Ellipse sign %route%.svg",
                     ["8A"] = "Vermont 8A (town).svg",
                     ["F-5"] = "Vermont F-5 (town).svg"},
           	link = VT.VT.link,
         	abbr = VT.VT.abbr,
           width = "expand"}
           
VT.Ferry = {shield = {default = "Vermont F-%route%.svg",
                     ["5"] = "Vermont F-5 (town).svg"},
           link = "Vermont Route F-%route%",
           abbr = "VT F-%route%",
           width = "expand"}

VT["VT 1955"] = {shield = "Vermont %route% (1955).svg",
           	link = VT.VT.link,
         	abbr = VT.VT.abbr,
        	 width = "expand"}

VT.FH = {shield = "Forest Route %route%.svg",
         link = "",
         abbr = "FH %route%"}

VT.FFH=VT.FH

VT.NH = {alias = {module = "USA/NH", type = "NH"}}
VT["US-NH"] = {alias = {module = "USA/NH", type = "US"}}

VT["US-NY"] = {alias = {module = "USA/NY", type = "US"}}

VT.USBR = {shield = "US Bike %route% (M1-9).svg",
			link = "U.S. Bicycle Route %route%",
			abbr = "USBR %route%"}
return VT