Jump to content

Module:Road data/strings/USA/AR

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NE2 (talk | contribs) at 17:27, 5 June 2014 (Future is ambiguous as hell). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Arkansas
local AR = {}

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

AR["I-Future"] = {shield = "I-%route% (Future).svg",
        link = "Interstate %route% (Arkansas)",
        abbr = "Future I‑%route%",
        width = "expand"}

AR.US = {shield = "US %route% (AR).svg",
         link = "U.S. Route %route% in Arkansas",
         abbr = "US %route%",
         width = "expand"}

AR["US-Bus"] = {shield = "US %route%B.svg",
                link = "U.S. Route %route% Business ([dab||%dab%, |]Arkansas)",
                abbr = "US %route%B",
                width = "expand"}

AR.AR = {shield = {default = "Arkansas %route%.svg",
                   ["917"] = "Arkansas 917-1.svg",
                   ["980"] = "Arkansas 980(Airport).svg"},
         link = "Arkansas Highway %route% [dab||(%dab%)|]",
         abbr = "Hwy. %route%",
         width = "expand"}

AR.Hwy = AR.AR

AR["AR 1926"] = {shield = "Arkansas %route% 1926.svg",
                 link = "Arkansas Highway %route% [dab||(%dab%)|]",
                 abbr = "Hwy. %route%"}

AR["AR 1948"] = {shield = "Arkansas %route% 1948.svg",
                 link = "Arkansas Highway %route% [dab||(%dab%)|]",
                 abbr = "Hwy. %route%"}

AR["Hwy-Bus"] = {shield = "Arkansas %route%B.svg",
                 link = "Arkansas Highway %route% Business [dab||(%dab%)|]",
                 abbr = "Hwy. %route%B",
                 width = "expand"}

AR.GRR = {shield = "GreatRiverRoad.svg",
          link = "Great River Road",
          abbr = "Great River Road"}

AR.CR = {shield = {default = "CR %route% jct.svg"}, --needs by-county switch
         link = "",
         abbr = "CR %route%"}

return AR