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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(create, should work)
 
blackwiki>Fredddie
(fix)
Line 3: Line 3:
 
   
 
   
 
ASIA.AH = {shield = "",
 
ASIA.AH = {shield = "",
         link = "AH%route&",
+
         link = "AH%route%",
 
         abbr = ASIA.AH.link}
 
         abbr = ASIA.AH.link}
 
   
 
   
 
return ASIA
 
return ASIA

Revision as of 22:41, 7 September 2014

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

-- Asia
local ASIA = {}
 
ASIA.AH = {shield = "",
         link = "AH%route%",
         abbr = ASIA.AH.link}
 
return ASIA