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

From blackwiki
Jump to navigation Jump to search
blackwiki>WMSR
(Sofia Ring Road)
m (2 revisions imported)
 
(No difference)

Latest revision as of 08:52, 27 September 2020

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