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

MyWikiBiz, Author Your Legacy — Sunday September 07, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 05:41, 16 July 2021

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

-- Bolivia
local BOL = {}

BOL.RF = {
	shield = "Bolivia RF%route%.svg",
	name = "Route %route%",
	link = "Route %route% (Bolivia)",
	abbr = "Route %route%"
}
BOL.BO = BOL.RF

BOL.RD = {
	shield = "Bolivia RD%route%.svg",
	name = "Route %route%",
	link = "Route %route% (Bolivia)",
	abbr = "Route %route%"
}

BOL.RM = {
	shield = "Bolivia RM%route%.svg",
	name = "Route %route%",
	link = "Route %route% (Bolivia)",
	abbr = "Route %route%"
}
         
return BOL