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 Fredddie (talk | contribs) at 02:08, 4 December 2016 (use generic shield). 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["US-Truck"] = {shield = NM.US.shield,
                link = "U.S. Route %route% Truck ([dab||%dab%, |]New Mexico)",
                abbr = "US %route% Truck",
                banner = "Truck plate.svg",
                width = "expand"}

NM["US 1926"] = {shield = "US %route% (1926).svg",
                 link = NM.US.link,
                 abbr = NM.US.abbr,
                 width = "US1926"}

NM["US 1948"] = {shield = "US %route% New Mexico 1948.svg",
                 link = NM.US.link,
                 abbr = NM.US.abbr,
                 width = "US1926"}

NM["US-Hist"] = {shield = "US %route% (historic).svg",
                 link = NM.US.link,
                 abbr = "Historic US %route%",
                 width = 16}

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

NM["NM 1926"] = {shield = "New Mexico %route% 1926.svg",
         link = NM.NM.link,
         abbr = NM.NM.abbr}
         

NM["NM 1932"] = {shield = "New Mexico %route% 1932.svg",
         link = NM.NM.link,
         abbr = NM.NM.abbr}
         

NM["NM 1952"] = {shield = "New Mexico %route% 1952.svg",
         link = NM.NM.link,
         abbr = NM.NM.abbr}
         

NM.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR %route%"}         

return NM