Modul:Road data/strings/USA/KY
Tampilan
--Kentucky
local KY = {}
KY.I = {shield = "I-%route%.svg",
link = "Interstate %route% (Kentucky)",
abbr = "I-%route%",
width = "expand"}
KY["I 1957"] = {shield = "I-%route% (1957).svg",
link = KY.I.link,
abbr = KY.I.abbr}
KY.BL = {shield = "Business Loop %route%.svg",
link = "Interstate %route% Business ([dab||%dab%, |]Kentucky)",
abbr = "I-%route% Bus.",
width = "expand"}
KY["I-Bus"]=KY.BL
KY["I-Future"] = {shield = "I-%route% (Future).svg",
link = KY.I.link,
abbr = "Future I-%route%",
width = "expand"}
KY.Future=KY["I-Future"]
KY.US = {shield = "US %route%.svg",
link = "U.S. Route %route% [dab||(%dab%, Kentucky)|in Kentucky]",
abbr = "US %route%",
width = "expand"}
KY["US 1948"] = {shield = "US %route% (1948).svg",
name = KY.US.name,
link = KY.US.link,
abbr = KY.US.abbr,
width = "US1926"}
KY["US 1961"] = {shield = "US %route% (1961).svg",
link = KY.US.link,
abbr = KY.US.abbr}
KY["US-Alt"] = {shield = KY.US.shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Kentucky)",
abbr = "US %route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
KY["US-Bus"] = {shield = KY.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Kentucky)",
abbr = "US %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
KY["US-Byp"] = {shield = KY.US.shield,
link = "U.S. Route %route% Bypass ([dab||%dab%, |]Kentucky)",
abbr = "US %route% Byp.",
banner = "By-pass plate.svg",
width = "expand"}
KY["US-Conn"] = {shield = KY.US.shield,
link = "U.S. Route %route% Connector ([dab||%dab%, |]Kentucky)",
abbr = "US %route% Conn.",
banner = "Connector plate.svg",
width = "expand"}
KY["US-Spur"] = {shield = KY.US.shield,
link = "U.S. Route %route% Spur ([dab||%dab%, |]Kentucky)",
abbr = "US %route% Spur",
banner = "Spur plate.svg",
width = "expand"}
KY["US-Truck"] = {shield = KY.US.shield,
link = "U.S. Route %route% Truck ([dab||%dab%, |]Kentucky)",
abbr = "US %route% Truck",
banner = "Truck plate.svg",
width = "expand"}
KY.KY = {shield = "Elongated circle %route%.svg",
link = "Kentucky Route %route% [dab||(%dab%)|]",
abbr = "KY %route%",
width = "expand"}
KY["KY 1966"] = {shield = {hook = "split",
split = 100,
below = "Elongated circle %route%.svg",
above = "Circle sign %route%.svg"},
link = KY.KY.link,
abbr = KY.KY.abbr}
KY["KY-Bus"] = {shield = KY.KY.shield,
link = "Kentucky Route %route% Business [dab||(%dab%)|]",
abbr = "KY %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
KY["KY-Byp"] = {shield = KY.KY.shield,
link = "Kentucky Route %route% Bypass [dab||(%dab%)|]",
abbr = "KY %route% Byp.",
banner = "By-pass plate.svg",
width = "expand"}
KY["KY-Conn"] = {shield=KY.KY.shield,
link="Kentucky Route %route% Connector [dab||(%dab%)|]",
abbr="KY %route% Conn.",
banner="Connector plate.svg",
width="expand"}
KY["KY-Truck"] = {shield = KY.KY.shield,
link = "Kentucky Route %route% Truck [dab||(%dab%)|]",
abbr = "KY %route% Truck",
banner = "Truck plate.svg",
width = "expand"}
KY["KY-Spur"] = {shield = KY.KY.shield,
link = "Kentucky Route %route% Spur [dab||(%dab%)|]",
abbr = "KY %route% Spur",
banner = "Spur plate.svg",
width = "expand"}
KY.AA = {shield = {"Elongated circle %route%.svg", "AA Highway Shield.svg"},
link = KY.KY.link,
abbr = KY.KY.abbr.." (AA Hwy.)",
width = 40}
KY.Trace = {shield = "", -- needs a shield image: http://www.kentuckyroads.com/images/lbl-03july/
link = "The Trace (Land Between the Lakes)",
abbr = "The Trace"}
KY.Parkway = {shield = {["Mammoth Cave"] = "",
default = "%route% Parkway.svg"},
link = "%route% Parkway",
abbr = "%route% Parkway",
width = "wide"}
KY.GRR = {shield = "GreatRiverRoad.svg",
link = "Great River Road",
abbr = "Great River Road [route||(%route% Route)|]",
banner = {arg = "route",
default = "",
National = "National Route plate.svg",
["Alternate National"] = "Alternate plate.svg",
Alternate = "Alternate plate.svg"}}
KY["I-IN"] = {alias = {module = "USA/IN", type = "I"}}
KY["US-OH"] = {alias = {module = "USA/OH", type = "US"}}
KY.TN = {alias = {module = "USA/TN", type = "SR"}}
KY.Sec = {alias = {module = "USA/TN", type = "Sec"}}
KY.USBR = {alias = {module = "USA", type = "USBR"}}
KY.road = {alias = {module = "USA", type = "road"}}
return KY