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

From blackwiki
Jump to navigation Jump to search
blackwiki>Imzadi1979
m (fix)
m (4 revisions imported)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
  
 
BLR.E = {shield = "E%route%-BY.svg",
 
BLR.E = {shield = "E%route%-BY.svg",
link = "European route %route%",
+
link = "European route E%route%",
 
abbr = "E%route%"}
 
abbr = "E%route%"}
  
Line 9: Line 9:
 
link = "M%route% highway (Belarus)",
 
link = "M%route% highway (Belarus)",
 
abbr = "M%route%"}
 
abbr = "M%route%"}
 +
 +
BLR["М"] = BLR.M
  
 
BLR.P = {shield = "P%route%-BY.svg",
 
BLR.P = {shield = "P%route%-BY.svg",
 
         link = "P%route% highway (Belarus)",
 
         link = "P%route% highway (Belarus)",
 
         abbr = "P%route%"}
 
         abbr = "P%route%"}
 +
 +
BLR["Р"] = BLR.P
  
 
BLR.H = {shield = "",
 
BLR.H = {shield = "",
 
         link = "H%route% highway (Belarus)",
 
         link = "H%route% highway (Belarus)",
 
         abbr = "H%route%"}
 
         abbr = "H%route%"}
 +
 +
BLR["Н"] = BLR.H
  
 
return BLR
 
return BLR

Latest revision as of 08:52, 27 September 2020

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

-- Belarus
local BLR = {}

BLR.E = {shield = "E%route%-BY.svg",
		 link = "European route E%route%",
		 abbr = "E%route%"}

BLR.M = {shield = "M%route%-BY.svg",
		 link = "M%route% highway (Belarus)",
		 abbr = "M%route%"}

BLR["М"] = BLR.M

BLR.P = {shield = "P%route%-BY.svg",
         link = "P%route% highway (Belarus)",
         abbr = "P%route%"}

BLR["Р"] = BLR.P

BLR.H = {shield = "",
         link = "H%route% highway (Belarus)",
         abbr = "H%route%"}

BLR["Н"] = BLR.H

return BLR