Jump to content

Module:Road data/strings/USA/VT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 01:31, 6 January 2014 (Splitting Vermont). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Vermont
local VT = {}

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

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

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

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

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

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

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%"}

return VT