Jump to content

Module:Road data/strings/USA/KY

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 21:46, 5 January 2014 (Splitting Kentucky). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Kentucky
local KY = {}
 
KY.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Kentucky)",
        abbr = "I‑%route%"}

KY.Future = {shield = "I-%route% (Future).svg",
             link = KY.I.link,
             abbr = "Future I-%route%"}

KY.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Kentucky",
         abbr = "US %route%"}

KY["US-Alt"] = {shield = KY.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Kentucky)",
                abbr = "US %route% Alt"}

KY["US-Bus"] = {shield = KY.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Kentucky)",
                abbr = "US %route% Bus"}

KY["US-Byp"] = {shield = KY.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Kentucky)",
                abbr = "US %route% Byp"}

KY.KY = {shield = {hook = "split",
                   split = 6000,
                   below = "Elongated circle %route%.svg", 
                   above = ""},
         link = {hook = "split",
                 split = 6000,
                 below = "Kentucky Route %route%",
                 above = ""},
         abbr = "KY %route%"}

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",
                abbr = "KY %route% Bus"}

KY["KY-Byp"] = {shield = KY.KY.shield,
                link = "Kentucky Route %route% Bypass",
                abbr = "KY %route%B"}

KY["KY-Spur"] = {shield = KY.KY.shield,
                 link = "Kentucky Route %route% Spur",
                 abbr = "KY %route% Spur"}

KY.AA = {shield = "AA Highway Shield.svg",
         link = "AA Highway",
         abbr = "AA Hwy"}

KY.Parkway = {shield = "%route% Parkway.svg",
              link = "%route% Parkway",
              abbr = "%route% Pkwy"}

return KY