پرش به محتوا

پودمان:Road data/strings/USA/UT

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
--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