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:26, 6 June 2014 (US-Conn). 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.Future = {shield = "I-%route% (Future).svg",
        link = AR.I.link,
        abbr = "Future I‑%route%",
        width = "expand"}

AR["I-Future"] = AR.Future

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

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

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

AR["US-Spur"] = {shield = "US %route%S.svg",
                link = "U.S. Route %route%S ([dab||%dab%, |]Arkansas)",
                abbr = "US %route%S",
                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%B [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