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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(undo)
m (4 revisions imported)
 
(No difference)

Latest revision as of 08:53, 27 September 2020

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