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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(create)
 
blackwiki>Fredddie
(+E)
Line 1: Line 1:
 
-- Kyrgyzstan
 
-- Kyrgyzstan
 
local KGZ = {}
 
local KGZ = {}
 +
 +
KGZ.E = {shield = "E%route%-RUS.svg",
 +
link = "European route E%route%",
 +
abbr = "E%route%"}
  
 
KGZ.AH = {shield = "AH%route%-RUS.svg",
 
KGZ.AH = {shield = "AH%route%-RUS.svg",

Revision as of 04:24, 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