Jump to content

Module:Road data/strings/USA/MT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mitchazenia (talk | contribs) at 23:08, 2 June 2014 (Changed protection level of Module:Road data/strings/USA/MT: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--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.MT = {shield = "MT-%route%.svg",
         link = "Montana Highway %route%",
         abbr = "MT %route%",
         width = "expand"}

MT.Sec = {shield = "MT-sec-%route%.svg",
          link = "Montana Secondary Highway %route%",
          abbr = "S-%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