Module:Road data/strings/USA/KY
Appearance
--Kentucky
local KY = {}
KY.I = {shield = "I-%route%.svg",
link = "Interstate %route% (Kentucky)",
abbr = "I‑%route%",
width = "expand"}
KY.BL = {shield = "Business Loop %route%.svg",
link = "Interstate %route% Business ([dab||%dab%, |]Kentucky)",
abbr = "I‑%route% Bus.",
width = "expand"}
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% in Kentucky",
abbr = "US %route%",
width = "expand"}
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-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 = {hook = "split",
split = 6000,
below = "Elongated circle %route%.svg",
above = ""},
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-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 = "%route% Parkway.svg",
link = "%route% Parkway",
abbr = "%route% Pkwy.",
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"
}
}
return KY