Jump to content

Module:Road data/strings/USA/NM

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 13:29, 21 February 2014 (Adding banner-related data). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--New Mexico
local NM = {}

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

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

NM.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in New Mexico",
         abbr = "US %route%",
         width = "expand"}

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

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

NM.NM = {shield = "New Mexico %route%.svg",
         link = "New Mexico State Road %route%",
         abbr = "NM %route%"}

return NM