Jump to content

Module:Road data/strings/USA/UT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mxn (talk | contribs) at 20:38, 19 August 2018 (USBR). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Utah
local UT = {}

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

UT.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Utah)",
         abbr = "I-%route% Bus.",
         width = "expand"}

UT.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Utah)",
         abbr = "I-%route% Bus.",
         width = "expand"}

UT.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Utah",
         abbr = "US-%route%",
         width = "expand"}

UT["US 1926"] = {shield = "US %route% Utah 1926.svg",
                 link = UT.US.link,
                 abbr = UT.US.abbr,
                 width = "US1926"}

UT["US 1948"] = {shield = "US %route% Utah 1948.svg",
                 link = UT.US.link,
                 abbr = UT.US.abbr,
                 width = "US1926"}

UT["US 1961"] = {shield = "US %route% (1961).svg",
                 link = UT.US.link,
                 abbr = UT.US.abbr}

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

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

UT.USBR = {alias = {module = "USA", type = "USBR"}}

UT.UT = {shield = {default = "Utah SR %route%.svg",
                   ["281-320"] = ""},
         link = {default = "Utah State Route %route% [dab||(%dab%)|]",
                 ["281-320"] = "List of state highways serving Utah state parks and institutions"},
         abbr = {default = "SR-%route%",
                 ["281-320"] = "SR-281 to SR-320"}
         }

UT.SR = UT.UT

UT.BIA = {shield = "Indian Route %route%.svg",
          link = "BIA Route %route%",
          abbr = "BIA Route %route%"}
          
return UT