Module:Road data/strings/UZB

From blackwiki
< Module:Road data‎ | strings
Revision as of 09:00, 27 September 2020 by Blackwikiadmin (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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