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

From blackwiki
Jump to navigation Jump to search
blackwiki>WMSR
(Created module)
 
blackwiki>WMSR
(Sofia Ring Road)
Line 11: Line 11:
 
 
 
 
 
BGR.I = {shield = "Nat road %route% BG.svg",
 
BGR.I = {shield = "Nat road %route% BG.svg",
         link = "I-%route% road (Bulgaria)",
+
         link = {default = "I-%route% road (Bulgaria)",
 +
        ["18"] = "Sofia Ring Road"},
 
         abbr = "I-%route%"}
 
         abbr = "I-%route%"}
  
 
return BGR
 
return BGR

Revision as of 22:25, 8 September 2019

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

-- Bulgaria
local BGR = {}

BGR.E = {shield = "Tabliczka E%route%.svg",
		 link = "European route E%route%",
		 abbr = "E%route%"}
		 
BGR.A = {shield = "Mw A%route% BG.svg",
		 link = "A%route% motorway (Bulgaria)",
		 abbr = "A%route%"}
		 
BGR.I = {shield = "Nat road %route% BG.svg",
         link = {default =	"I-%route% road (Bulgaria)",
         		["18"] = "Sofia Ring Road"},
         abbr = "I-%route%"}

return BGR