Modul:Road data/strings/USA/UT
Tampilan
--Utah
local UT = {}
UT.I = {shield = "I-%route%.svg",
link = {hook = "splitlen",
split = 3,
above = "Interstate %route% (Utah)",
below = "Interstate %route% in 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 %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["UT 1962"] = { shield = {default = "Utah SR %route%.svg",
["281-320"] = ""},
link = UT.UT.link,
abbr = UT.UT.abbr}
UT["SR 1962"] = UT["UT 1962"]
UT["UT 1966"] = UT["UT 1962"]
UT["SR 1966"] = UT["UT 1962"]
UT["UT 1954"] = { shield = "Utah %route% (1954).svg",
link = UT.UT.link,
abbr = "SR-%route%"}
UT["SR 1954"] = UT["UT 1954"]
UT["UT 1926"] = { shield = "Utah %route% (1926).svg",
link = UT.UT.link,
abbr = UT["UT 1954"].abbr}
UT["SR 1926"] = UT["UT 1926"]
UT.BIA = {shield = "Indian Route %route%.svg",
link = "BIA Route %route%",
abbr = "BIA Route %route%"}
UT.AZ = {alias = {module = "USA/AZ", type = "AZ"}}
UT.road = {alias = {module = "USA", type = "road"}}
return UT