Modul:Road data/strings/USA/MT

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Montana
local MT = {}

MT.I = {shield = "I-%route%.svg",
        link = {["115"] = "Interstate 115",
                ["315"] = "Interstate 15 Business (Great Falls, Montana)",
                default = {hook = "split",
                           split = 100,
                           above = "Interstate %route% (Montana)",
                           below = "Interstate %route% in 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 = {["310"] = "U.S. Route 310",
         		 ["312"] = "U.S. Route 312",
                default ="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["US-Temp"] = {shield = MT.US.shield,
                link = "U.S. Route %route% Temporary ([dab||%dab%, |]Montana)",
                abbr = "US %route% Temp.",
                banner = "Temp plate.svg",
                width = "expand"}

MT.MT = {shield = "MT-%route%.svg",
         link = "Montana Highway %route%[dab|| (%dab%)|]",
         abbr = "MT %route%",
         width = "expand"}
         
MT["MT 1926"] = {shield = "",
				 link = MT.MT.link,
				 abbr = MT.MT.abbr,
				 width = square}
				 
MT["MT 1948"] = {shield = "",
				 link = MT.MT.link,
				 abbr = MT.MT.abbr,
				 width = square}				 

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 = {ifexists = true,
                   default = "Montana Secondary Highway %route%",
                   otherwise = "List of state highways in Montana#Sec0%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