Jump to content

Module:Adjacent stations/Bratislava undergrounds

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Gateshebe (talk | contribs) at 19:33, 17 September 2020 (Created page with 'local p = { ["system title"] = "Bratislava train network", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lin...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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