Jump to content

Module:Road data/strings/USA/KS

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NE2 (talk | contribs) at 07:12, 31 May 2014 (periods after abbreviations, replaced: Alt" → Alt." (5) using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Kansas
local KS = {}

KS.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Kansas)",
        abbr = "I‑%route%",
        width = "expand"}

KS.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Kansas",
         abbr = "US-%route%",
         width = "expand"}

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.KSTP = {shield = "Kansas Turnpike.svg",
           link = "Kansas Turnpike",
           abbr = "Kan. Tpk."}

KS.KTA = KS.KSTP

KS.K = {shield = "K-%route%.svg",
        link = "K-%route% (Kansas highway)",
        abbr = "K-%route%",
        width = "expand"}

KS.KS = KS.K

KS["K-Alt"] = {shield = "K-%route%.svg",
               link = KS.K.link,
               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.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR-%route%"}

return KS