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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(redo)
blackwiki>Fredddie
(undo)
Line 16: Line 16:
 
KGZ["М"] = KGZ.M
 
KGZ["М"] = KGZ.M
  
KGZ.A = {shield = "A%route%-KZ.svg",
+
KGZ.A = {shield = "A%route%-CIS.svg",
 
         link = "A%route% (Kyrgyzstan)",
 
         link = "A%route% (Kyrgyzstan)",
 
         abbr= "A%route%"}
 
         abbr= "A%route%"}
 
          
 
          
 
return KGZ
 
return KGZ

Revision as of 04:28, 10 June 2019

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

-- Kyrgyzstan
local KGZ = {}

KGZ.E = {shield = "E%route%-RUS.svg",
		 link = "European route E%route%",
		 abbr = "E%route%"}

KGZ.AH = {shield = "AH%route%-RUS.svg",
		 link   = "AH%route%",
		 abbr   = "AH%route%"}

KGZ.M = {shield = "M%route%-CIS.svg",
         link = "M%route% highway (Kyrgyzstan)",
         abbr = "M%route%"}

KGZ["М"] = KGZ.M

KGZ.A = {shield = "A%route%-CIS.svg",
         link = "A%route% (Kyrgyzstan)",
         abbr= "A%route%"}
         
return KGZ