Module:Adjacent stations/EuroCity

MyWikiBiz, Author Your Legacy — Monday September 30, 2024
< Module:Adjacent stations
Revision as of 18:26, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/EuroCity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/EuroCity/doc

local p = {
	["system title"] = "[[EuroCity]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Frankfurt (Main)"] = "Frankfurt (Main) Hauptbahnhof",
		["Freiburg Hbf"] = "Freiburg Hauptbahnhof",
		["Graz Hauptbahnhof"] = "%1",
		["Lindau-Reutin"] = "Lindau-Reutin station",
		["München Hauptbahnhof"] = "%1",
		["Sion"] = "Sion railway station (Switzerland)",
		["Zürich Hauptbahnhof"] = "%1",
	},
	["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 Hauptbahnhof",					
		},
		["Transalpin"] = {
			["title"] = "''[[Transalpin]]''",
			["left terminus"] = "Zürich Hauptbahnhof",
			["right terminus"] = "Graz Hauptbahnhof",					
		},
		["Zürich-Milan"] = {
			["title"] = "Zürich to Milan",
			["left terminus"] = "Zürich Hauptbahnhof",
			["right terminus"] = "Milano Centrale",					
		},
		["Zürich-München"] = {
			["title"] = "[[Bavaria (train)|Zürich to München]]",
			["left terminus"] = "Zürich Hauptbahnhof",
			["right terminus"] = "München Hauptbahnhof",
		},
	},
	["aliases"] = {
		["frankfurt-milan"] = "Basel-Milan",	
	},
}

return p