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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(fix)
m (3 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
ASIA.AH = {shield = "",
 
ASIA.AH = {shield = "",
 
         link = "AH%route%",
 
         link = "AH%route%",
         abbr = ASIA.AH.link}
+
         abbr = "AH%route%"}
 
   
 
   
 
return ASIA
 
return ASIA

Latest revision as of 08:52, 27 September 2020

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

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