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 Fredddie (talk | contribs) at 18:29, 26 December 2015 (unneeded). 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-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.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

return UT