Module:Road data/strings/USA/NM
Appearance
--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 1926"] = {shield = "US %route% New Mexico 1926.svg",
link = NM.US.link,
abbr = NM.US.abbr,
width = "US1926"}
NM["US-Hist"] = {shield = "US %route% (historic).svg",
link = "U.S. Route %route% in New Mexico",
abbr = "Historic US %route%",
width = 16}
NM.NM = {shield = "New Mexico %route%.svg",
link = "New Mexico State Road %route%",
abbr = "NM %route%"}
NM.CR = {shield = "CR %route% jct.svg",
link = "",
abbr = "CR %route%"}
return NM