Module:Road data/strings/BGR

From blackwiki
< Module:Road data‎ | strings
Revision as of 08:52, 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/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