Module:Adjacent stations/EuroCity
MyWikiBiz, Author Your Legacy — Friday November 01, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:26, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/EuroCity)
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