Difference between revisions of "Module:Adjacent stations/Bratislava undergrounds"

From blackwiki
Jump to navigation Jump to search
blackwiki>Gateshebe
(Created page with 'local p = { ["system title"] = "Bratislava train network", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lin...')
 
m (1 revision imported)
 
(No difference)

Latest revision as of 12:28, 26 September 2020

Lines


local p = {
	["system title"] = "[[Trains in Bratislava|Bratislava train network]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["A"] = {
			["title"] = "[[Bratislava underground route A|A]]",
			["color"] = "060060",
			["text color"] = "FFFFFF",
		},
		["B"] = {
			["title"] = "[[Bratislava train route B|B]]",
			["color"] = "bf0000",
			["text color"] = "FFFFFF",
		},
	},
}

return p