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

From blackwiki
Jump to navigation Jump to search
blackwiki>Imzadi1979
(created)
 
blackwiki>Imzadi1979
m (fix)
Line 7: Line 7:
  
 
BLR.M = {shield = "M%route%-BY.svg",
 
BLR.M = {shield = "M%route%-BY.svg",
link = "M{{{2}}} highway (Belarus)",
+
link = "M%route% highway (Belarus)",
 
abbr = "M%route%"}
 
abbr = "M%route%"}
  
 
BLR.P = {shield = "P%route%-BY.svg",
 
BLR.P = {shield = "P%route%-BY.svg",
         link = "P{{{2}}} highway (Belarus)",
+
         link = "P%route% highway (Belarus)",
 
         abbr = "P%route%"}
 
         abbr = "P%route%"}
  

Revision as of 03:20, 27 May 2019

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 %route%",
		 abbr = "E%route%"}

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

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

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

return BLR