Difference between revisions of "Module:Adjacent stations/Grundorf buses"

From blackwiki
Jump to navigation Jump to search
blackwiki>Gateshebe
(Created page with 'local p = { ["system title"] = "Bratislava bus network", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lines"...')
 
blackwiki>Gateshebe
Line 9: Line 9:
 
["76"] = {
 
["76"] = {
 
["title"] = "[[Grundorf bus route 76|76]]",
 
["title"] = "[[Grundorf bus route 76|76]]",
["color"] = "d3d4b8",
+
["color"] = "0ebd08",
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
 
},
 
},

Revision as of 19:57, 17 September 2020

Lines


local p = {
	["system title"] = "[[Buses in Bratislava|Bratislava bus network]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["76"] = {
			["title"] = "[[Grundorf bus route 76|76]]",
			["color"] = "0ebd08",
			["text color"] = "FFFFFF",
		},
	},
}

return p