Jump to content

Module:Adjacent stations/EuroCity

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 17:50, 6 August 2021 (simplify hbf). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[EuroCity]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Frankfurt (Main)"] = hbf,
		["Freiburg"] = hbf,
		["Graz"] = hbf,
		["Lindau-Reutin"] = "Lindau-Reutin station",
		["München"] = hbf,
		["Sion"] = "Sion railway station (Switzerland)",
		["Zürich"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ff0000",
		},
		["Basel-Milan"] = {
			["title"] = "Basel to Milan",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Milano Centrale",					
		},
		["Geneva-Milan"] = {
			["title"] = "Geneva to Milan",
			["left terminus"] = "Genève-Cornavin",
			["right terminus"] = "Milano Centrale",					
		},
		["Hamburg-Interlaken"] = {
			["title"] = "Hamburg to Interlaken",
			["left terminus"] = "Hamburg-Altona",
			["right terminus"] = "Interlaken Ost",					
		},
		["Hamburg-Zürich"] = {
			["title"] = "Hamburg to Zürich",
			["left terminus"] = "Hamburg-Altona",
			["right terminus"] = "Zürich",					
		},
		["Transalpin"] = {
			["title"] = "''[[Transalpin]]''",
			["left terminus"] = "Zürich",
			["right terminus"] = "Graz",					
		},
		["Zürich-Milan"] = {
			["title"] = "Zürich to Milan",
			["left terminus"] = "Zürich",
			["right terminus"] = "Milano Centrale",					
		},
		["Zürich-München"] = {
			["title"] = "[[Bavaria (train)|Zürich to München]]",
			["left terminus"] = "Zürich",
			["right terminus"] = "München",
		},
	},
	["aliases"] = {
		["frankfurt-milan"] = "Basel-Milan",	
	},
}

return p