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 20:56, 16 January 2022 (refactor basel/frankfurt). 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)",
		["Wien"] = hbf,
		["Wiener Neustadt"] = hbf,
		["Zagreb Glavni kolodvor"] = "%1",
		["Zürich"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ff0000",
		},
		["Basel-Milan"] = {
			["title"] = "Basel to Milan",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Milano Centrale",					
		},
		["Frankfurt-Milan"] = {
			["title"] = "Frankfurt to Milan",
			["left terminus"] = "Frankfurt (Main)",
			["right terminus"] = "Milano Porta Garibaldi",					
		},
		["Geneva-Milan"] = {
			["title"] = "Geneva to Milan",
			["left terminus"] = "Genève-Cornavin",
			["right terminus"] = "Milano Centrale",					
		},
		["Graz-Przemysl"] = {
			["title"] = "Graz to Przemysl",
			["left terminus"] = "Graz",
			["right terminus"] = "Przemyśl Główny",
		},
		["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",					
		},
		["Trieste-Vienna"] = {
			["title"] = "Trieste to Vienna",
			["left terminus"] = "Trieste Centrale",
			["right terminus"] = "Wien",					
		},
		["Zagreb-Vienna"] = {
			["title"] = "Zagreb to Vienna",
			["left terminus"] = "Zagreb Glavni kolodvor",
			["right terminus"] = "Wien",					
		},
		["Zürich-Milan"] = {
			["title"] = "Zürich to Milan",
			["left terminus"] = "Zürich",
			["right terminus"] = {"Bologna Centrale", "Genova Piazza Principe", "Milano Centrale", "Venezia Santa Lucia"},					
		},
		["Zürich-München"] = {
			["title"] = "[[Bavaria (train)|Zürich to München]]",
			["left terminus"] = "Zürich",
			["right terminus"] = "München",
		},
	},
}

return p