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 Rschen7754 (talk | contribs) at 10:46, 13 January 2014 (Protected Module:Road data/strings/USA/NM: 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.

--New Mexico
local NM = {}

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

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

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

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

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

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

return NM