Jump to content

Module:Road data/strings/USA/AZ

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 02:27, 3 January 2014 (Splitting Arizona). 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)

--Arizona
local AZ = {}

AZ.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Arizona)",
        abbr = "I‑%route%"}

AZ.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Arizona)",
         abbr = "I‑%route% Bus"}
	     
AZ.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Arizona",
         abbr = "US %route%"}

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

AZ["US-Truck"] = {shield = "US %route%.svg",
                  link = "U.S. Route %route% Truck ([dab||%dab%, |]Arizona)",
                  abbr = "US %route% Truck"}
	      
AZ.AZ = {shield = "Arizona %route%.svg",
         link = "Arizona State Route %route%",
         abbr = "SR %route%"}
	      
AZ.SR = AZ.AZ

AZ["SR-Bus"] = {shield = "Arizona %route%.svg",
                link = "Arizona State Route %route%B",
                abbr = "SR %route% Bus"}
	             
AZ["SR-Spur"] = {shield = "Arizona %route%S.svg",
                 link = "",
                 abbr = "SR %route% Spur"}
	              
AZ.Loop = {shield = "Arizona Loop %route%.svg",
           link = "Arizona State Route %route%",
           abbr = "Loop %route%"}
	        
AZ["US-Hist"] = {shield = "US %route% (historic).svg",
                 link = "U.S. Route %route% in Arizona",
                 abbr = "Historic US %route%"}
	              
AZ.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR %route%"}

return AZ