Jump to content

Module:Adjacent stations/Bratislava trains

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gateshebe (talk | contribs) at 14:10, 15 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 revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Trains in Bratislava|Bratislava train network]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["S8"] = {
			["title"] = "[[Bratislava train route S8|S8]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["S20"] = {
			["title"] = "[[Bratislava train route S20|S20]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["S50"] = {
			["title"] = "[[Bratislava train route S50|S50]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["S55"] = {
			["title"] = "[[Bratislava train route S55|S55]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["S60"] = {
			["title"] = "[[Bratislava train route S60|S60]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["S65"] = {
			["title"] = "[[Bratislava train route S65|S65]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["S70"] = {
			["title"] = "[[Bratislava train route S70|S70]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
		["T"] = {
			["title"] = "[[Bratislava train route T|T]]",
			["color"] = "lightblue",
			["text color"] = "FFFFFF",
		},
	},
}

return p