Modul:Road data/strings/USA/NM
Tampilan
--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% (1948).svg",
link = NM.US.link,
abbr = NM.US.abbr,
width = "US1926"}
NM["US 1961"] = {shield = "US %route% (1961).svg",
link = NM.US.link,
abbr = NM.US.abbr,
width = "expand"}
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% [dab||(%dab%)|]",
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 1932 Dir"] = {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.FR = {shield = "",
link = "List of frontage roads in New Mexico#FR %route%",
abbr = "FR %route%"}
NM.CR = {shield = {arg = "county",
default = "CR %route% jct.svg",
["Doña Ana"] = ""},
link = "",
abbr = "CR %route%"}
NM.road = {alias = {module = "USA", type = "road"}}
return NM