Module:Road data/strings/UZB

From blackwiki
Jump to navigation Jump to search

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