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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(create)
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
-- Uzbekistan
 
-- Uzbekistan
 
local UZB = {}
 
local UZB = {}
 +
 +
UZB.E = {shield = "E%route%-RUS.svg",
 +
link = "European route E%route%",
 +
abbr = "E%route%"}
  
 
UZB.AH = {shield = "AH%route%-RUS.svg",
 
UZB.AH = {shield = "AH%route%-RUS.svg",

Latest revision as of 09:00, 27 September 2020

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

-- Uzbekistan
local UZB = {}

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

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

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

UZB["М"] = UZB.M

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