Difference between revisions of "Module:Road data/strings/AZE"

From blackwiki
Jump to navigation Jump to search
blackwiki>WMSR
(fix)
blackwiki>WMSR
(fix)
Line 14: Line 14:
 
abbr = "M-%route%"}
 
abbr = "M-%route%"}
  
AZE.R = {shield = "R%route%-AZ.svg",
+
AZE.R = {shield = "R%route%-AZ.png",
 
         link = "R%route% Highway (Azerbaijan)",
 
         link = "R%route% Highway (Azerbaijan)",
 
         abbr = "R-%route%"}
 
         abbr = "R-%route%"}
  
 
return AZE
 
return AZE

Revision as of 04:46, 11 September 2019

Documentation for this module may be created at Module:Road data/strings/AZE/doc

-- Azerbaijan
local AZE = {}

AZE.E = {shield = "E%route%-AZ.png",
		 link = "European route E%route%",
		 abbr = "E-%route%"}

AZE.AH = {shield = "AH%route%-AZ.png",
		 link = "AH%route%",
		 abbr = "AH-%route%"}

AZE.M = {shield = "M%route%-AZ.png",
		link = "M%route% Highway (Azerbaijan)",
		abbr = "M-%route%"}

AZE.R = {shield = "R%route%-AZ.png",
         link = "R%route% Highway (Azerbaijan)",
         abbr = "R-%route%"}

return AZE