Module:Adjacent stations/Bratislava undergrounds

From blackwiki
< Module:Adjacent stations
Revision as of 19:33, 17 September 2020 by blackwiki>Gateshebe (Created page with 'local p = { ["system title"] = "Bratislava train network", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lin...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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