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 Happy5214 (talk | contribs) at 02:30, 3 January 2014 (Splitting Arkansas). 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)

--Arkansas
local AR = {}

AR.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Arkansas)",
        abbr = "I‑%route%"}
	     
AR.US = {shield = "US %route% (AR).svg",
         link = "U.S. Route %route% in Arkansas",
         abbr = "U.S. %route%"}

AR["US-Bus"] = {shield = "US %route%B.svg",
                link = "U.S. Route %route% Business ([dab||%dab%, |]Arkansas)",
                abbr = "US %route%B"}
	      
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%"}
	      
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%)",
                 abbr = "Hwy. %route%B"}
	              
AR.GRR = {shield = "GreatRiverRoad.svg",
          link = "Routing of the 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