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 Rschen7754 (talk | contribs) at 10:46, 13 January 2014 (Protected Module:Road data/strings/USA/MT: Highly visible template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (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%"}

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

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

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

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

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

return MT