มอดูล:Road data/strings/USA/MT

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--Montana
local MT = {}

MT.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Montana)",
        abbr = "I‑%route%",
        width = "expand"}

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

MT.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Montana",
         abbr = "US %route%",
         width = "expand"}

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

MT["US-Byp"] = {shield = MT.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Montana)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}

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

MT.MT = {shield = "MT-%route%.svg",
         link = "Montana Highway %route%",
         abbr = "MT %route%",
         width = "expand"}

MT["MT-Bus"] = {shield = MT.MT.shield,
                link = "Montana Highway %route% Business[dab|| (%dab%)|]",
                abbr = "MT %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

MT.S = {shield = "MT-sec-%route%.svg",
          link = "Montana Secondary Highway %route%",
          abbr = "S-%route%"}

MT.Sec = MT.S

MT.CR = {shield = "Connecticut Highway %route%.svg",
         link = "",
         abbr = "CR %route%"}

MT["US 1926"] = {shield = "US %route% Montana 1926.svg",
                 link = "U.S. Route %route% in Montana",
                 abbr = "US %route%",
                 width = "US1926"}
                 
MT["US 1961"] = {shield = "US %route% (1961).svg",
                 link = "U.S. Route %route% in Montana",
                 abbr = "US %route%"}

return MT