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 Happy5214 (talk | contribs) at 22:33, 5 January 2014 (Splitting Montana). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--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