Modul:Road data/strings/USA/NE
Tampilan
--Nebraska
local NE = {}
NE.I = {shield = "I-%route%.svg",
link = {["76"] = "Interstate 76 (Colorado–Nebraska)",
["80"] = "Interstate 80 in Nebraska",
["80S"] = "Interstate 76 (Colorado–Nebraska)",
["129"] = "Interstate 129",
["280"] = "Interstate 680 (Nebraska–Iowa)",
["480"] = "Interstate 480 (Nebraska–Iowa)",
["680"] = "Interstate 680 (Nebraska–Iowa)",
default = "Interstate %route% ([dab||%dab%|Nebraska])"},
abbr = "I-%route%",
width = "expand"}
NE["I 1957"] = {shield = "I-%route% (1957).svg",
link = NE.I.link,
abbr = NE.I.abbr}
NE.BL = {shield = "Business Loop %route%.svg",
link = "Interstate %route% Business ([dab||%dab%, |]Nebraska)",
abbr = "I-%route% Bus.",
width = "expand"}
NE.US = {shield = "US %route%.svg",
link = "U.S. Route %route% in Nebraska",
abbr = "US %route%",
width = "expand"}
NE["US 1926"] = {shield = "US %route% Nebraska 1926.svg",
link = NE.US.link,
abbr = NE.US.abbr,
width = "US1926"}
NE["US 1948"] = {shield = "US %route% Nebraska 1948.svg",
link = NE.US.link,
abbr = NE.US.abbr,
width = "square"}
NE["US 1963"] = {shield = "US %route% Nebraska 1963.svg",
link = NE.US.link,
abbr = NE.US.abbr,
width = "expand"}
NE["US-Alt"] = {shield = NE.US.shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Nebraska)",
abbr = "US %route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
NE["US-Bus"] = {shield = NE.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Nebraska)",
abbr = "US %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
NE.N = {shield = "N-%route%.svg",
link = "Nebraska Highway %route% [dab||(%dab%)|]",
abbr = "N-%route%",
width = "expand"}
NE.NE = NE.N
NE.Link = {shield = "N LINK %route%.svg",
link = "Nebraska Link %route%",
abbr = "L-%route%"}
NE.Rec = {shield = "N REC %route%.svg",
link = "Nebraska Recreation %route%",
abbr = "R-%route%"}
NE.Spur = {shield = "N SPUR %route%.svg",
link = "Nebraska Spur %route%",
abbr = "S-%route%"}
NE.SS = {shield = "Nebraska State Spur %route%.svg",
link = "Nebraska State Spur %route%",
abbr = "Spur %route%",
width = "wide"} -- For secondary roads before the spur/link system
NE["N 1967"] = {shield = "N-%route% 1967.svg",
link = NE.N.link,
abbr = NE.N.abbr,
width = square}
NE["NE 1967"] = NE["N 1967"]
NE["N 1950"] = {shield = "N-%route% 1950.svg",
link = NE.N.link,
abbr = NE.N.abbr}
NE["NE 1950"] = NE["N 1950"]
NE["N 1926"] = {shield = "N-%route% 1926.svg",
link = NE.N.link,
abbr = NE.N.abbr}
NE["NE 1926"] = NE["N 1926"]
NE["N-Bus"] = {shield = NE.N.shield,
link = "Nebraska Highway %route% Business [dab||(%dab%)|]",
abbr = NE.N.abbr.." Bus.",
banner = "Business plate.svg",
width = "expand"}
NE["NE-Bus"] = NE["N-Bus"]
NE.CO = {alias = {module = "USA/CO", type = "SH"}}
NE.IA = {alias = {module = "USA/IA", type = "IA"}}
NE.KS = {alias = {module = "USA/KS", type = "K"}}
NE.MO = {alias = {module = "USA/MO", type = "MO"}}
NE.SD = {alias = {module = "USA/SD", type = "SD"}}
NE.WY = {alias = {module = "USA/WY", type = "WY"}}
NE.road = {alias = {module = "USA", type = "road"}}
return NE