মডিউল:Road data/strings/USA/VT

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
মডিউল নথি[তৈরি করুন]
--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.Town = {shield = {default = "Ellipse sign %route%.svg",
                     ["8A"] = "Vermont 8A (town).svg",
                     ["F-5"] = "Vermont F-5 (town).svg"},
           link = "Vermont Route %route%",
           abbr = "VT %route%",
           width = "expand"}
           
VT["VT 1955"] = {shield = "Vermont %route% (1955).svg",
           link = "Vermont Route %route%",
           abbr = "VT %route%",
           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"}}

return VT