Modul:Road data/strings/USA/OR
Tampilan
--Oregon
local OR = {}
OR.I = {shield = "I-%route%.svg",
link = "Interstate %route% (Oregon)",
abbr = "I-%route%",
width = "expand"}
OR.BL = {shield = "Business Loop %route%.svg",
link = "Interstate %route% Business ([dab||%dab%, |]Oregon)",
abbr = "I-%route% Bus.",
width = "expand"}
OR["I 1957"] = {shield = "I-%route% (1957).svg",
link = OR.I.link,
abbr = OR.I.abbr}
OR["I 1961"] = {shield = {["80N"] = "I-%route% (1957).svg",
default = {hook = "splitlen",
split = 3,
above = "I-%route% (1961).svg",
below = "I-%route% (1957).svg"}},
link = OR.I.link,
abbr = OR.I.abbr}
OR.US = {shield = "US %route%.svg",
link = "U.S. Route %route% in Oregon",
abbr = "US %route%",
width = "expand"}
OR["US 1926"] = {shield = "US %route% Oregon 1926.svg",
link = OR.US.link,
abbr = OR.US.abbr,
width = "US1926"}
OR["US 1948"] = {shield = "US %route% (1948).svg",
link = OR.US.link,
abbr = OR.US.abbr,
width = "US1926"}
OR["US 1961"] = {shield = "US %route% (1961).svg",
link = OR.US.link,
abbr = OR.US.abbr}
OR["US 1961-Alt"] = {shield = OR["US 1961"].shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Oregon)",
abbr = "US %route% Alt.",
banner = "Alternate plate.svg"}
OR["US-Alt"] = {shield = OR.US.shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Oregon)",
abbr = "US %route% Alt.",
banner = "Alternate plate.svg",
width = "expand"}
OR["US-Bus"] = {shield = OR.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Oregon)",
abbr = "US %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
OR["US-Byp"] = {shield = OR.US.shield,
link = "U.S. Route %route% Bypass ([dab||%dab%, |]Oregon)",
abbr = "US %route% Byp.",
banner = "By-pass plate.svg",
width = "expand"}
OR["US-Spur"] = {shield = OR.US.shield,
link = "U.S. Route %route% Spur ([dab||%dab%, |]Oregon)",
abbr = "US %route% Spur",
banner = "Spur plate.svg",
width = "expand"}
OR.OR = {shield = "OR %route%.svg",
link = "Oregon Route %route% [dab||(%dab%)|]",
abbr = "OR %route%",
width = "expand"}
OR["OR-Bus"] = {shield = "OR %route%.svg",
link = "Oregon Route %route% Business",
abbr = "OR %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
OR["OR 1932"] = {shield = "OR %route% 1932.svg",
link = "Oregon Route %route% [dab||(%dab%)|]",
abbr = "OR %route%",
width = "expand"}
OR["OR 1948"] = {shield = "OR %route% 1948.svg",
link = "Oregon Route %route% [dab||(%dab%)|]",
abbr = "OR %route%",
width = "expand"}
OR.FH = {shield = "Forest Route %route%.svg",
link = "",
abbr = "FH %route%"}
OR.CA = {alias = {module = "USA/CA", type = "SR"}}
OR.WA = {alias = {module = "USA/WA", type = "WA"}}
OR.ID = {alias = {module = "USA/ID", type = "SH"}}
OR.NV = {alias = {module = "USA/NV", type = "NV"}}
return OR