Modul:Road data/strings/USA/KS
Tampilan
--Kansas
local KS = {}
KS.I = {shield = "I-%route%.svg",
link = {["135"] = "Interstate 135",
["435"] = "Interstate 435",
["635"] = "Interstate 635 (Kansas–Missouri)",
["670"] = "Interstate 670 (Kansas–Missouri)",
default = {hook = "splitlen",
split = 3,
above = "Interstate %route% (Kansas)",
below = "Interstate %route% in Kansas"}},
abbr = "I-%route%",
width = "expand"}
KS["I 1957"] = {shield = "I-%route% (1957).svg",
link = KS.I.link,
abbr = KS.I.abbr}
KS["I 1961"] = {shield = {["35W"] = "I-%route% (1961).svg",
default = {hook = "split",
split = 100,
above = "I-%route% (1961).svg",
below = "I-%route% (1957).svg"}},
link = KS.I.link,
abbr = KS.I.abbr}
KS.US = {shield = "US %route%.svg",
link = "U.S. Route %route% in Kansas",
abbr = "US-%route%",
width = "expand"}
KS["US 1926"] = {shield = "US %route% (1926).svg",
link = KS.US.link,
abbr = KS.US.abbr,
width = "US1926"}
KS["US 1948"] = {shield = "US %route% (1948).svg",
link = KS.US.link,
abbr = KS.US.abbr,
width = "square"}
KS["US 1961"] = {shield = "US %route% (1961).svg",
link = KS.US.link,
abbr = KS.US.abbr,
width = "square"}
KS["US-Alt"] = {shield = KS.US.shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
KS["US-Bus"] = {shield = KS.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Bus.",
banner = "Business plate.svg",
width = "expand"}
KS["US-Byp"] = {shield = KS.US.shield,
link = "U.S. Route %route% Bypass ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Byp.",
banner = "By-pass plate.svg",
width = "expand"}
KS["US-City"] = {shield = KS.US.shield,
link = "U.S. Route %route% City ([dab||%dab%, |]Kansas)",
abbr = "US-%route% City",
banner = "City plate.svg",
width = "expand"}
KS["US-Hist"] = {shield = "", --"US %route% (KS historic).svg"
link = KS.US.link,
abbr = "Historic US-%route%",
width = "expand"}
KS["US-Opt"] = {shield = KS.US.shield,
link = "U.S. Route %route% Optional ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Opt.",
banner = "Optional plate.svg",
width = "expand"}
KS["US-Spur"] = {shield = KS.US.shield,
link = "U.S. Route %route% Spur ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Spur",
banner = "Spur plate.svg",
width = "expand"}
KS["US-Temp"] = {shield = KS.US.shield,
link = "U.S. Route %route% Temporary ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Temp.",
banner = "Temporary plate.svg",
width = "expand"}
KS["US-Truck"] = {shield = KS.US.shield,
link = "U.S. Route %route% Truck ([dab||%dab%, |]Kansas)",
abbr = "US-%route% Truck",
banner = "Truck plate.svg",
width = "expand"}
KS.KSTP = {shield = "Kansas Turnpike.svg",
link = "Kansas Turnpike",
abbr = "Kansas Turnpike",
bannersuffix = "blue"}
KS.KTA = KS.KSTP
KS.K = {shield = "K-%route%.svg",
link = "K-%route% ([dab||%dab% |]Kansas highway)",
abbr = "K-%route%",
width = "expand"}
KS.KS = KS.K
KS["K 1968"] = {shield = {hook = "splitlen",
split = 3,
above = "K-%route% (1968).svg",
below = KS.K.shield},
link = KS.K.link,
abbr = KS.K.abbr,
width = "square"}
KS["KS 1968"] = KS["K 1968"]
KS["K 1962"] = {shield = "K-%route% (1962).svg",
link = KS.K.link,
abbr = KS.K.abbr,
width = "square"}
KS["KS 1962"] = KS["K 1962"]
KS["K 1948"] = {shield = "K-%route% (1948).svg",
link = KS.K.link,
abbr = KS.K.abbr,
width = "square"}
KS["KS 1948"] = KS["K 1948"]
KS["K 1926"] = {shield = "K-%route% (1926).svg",
link = KS.K.link,
abbr = KS.K.abbr,
width = "square"}
KS["KS 1962"] = KS["K 1926"]
KS["K-Alt"] = {shield = "K-%route%.svg",
link = "K-%route% Alternate (Kansas highway)",
abbr = "K-%route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
KS["KS-Alt"] = KS["K-Alt"]
KS["K-Spur"] = {shield = "K-%route%.svg",
link = "K-%route% Spur (Kansas highway)",
abbr = "K-%route% Spur",
banner = "Spur plate.svg",
width = "expand"}
KS["KS-Spur"] = KS["K-Spur"]
KS["K-Truck"] = {shield = "K-%route%.svg",
link = "K-%route% Truck (Kansas highway)",
abbr = "K-%route% Truck",
banner = "Truck plate.svg",
width = "expand"}
KS["KS-Truck"] = KS["K-Truck"]
KS.CR = {shield = "CR %route% jct.svg",
link = "",
abbr = "CR-%route%"}
return KS