Module:Adjacent stations/EuroCity
Jump to navigation
Jump 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",
["Graz Hauptbahnhof"] = "%1",
["Lindau Hauptbahnhof"] = "%1",
["München Hauptbahnhof"] = "%1",
["Sion"] = "Sion railway station (Switzerland)",
["Zürich Hauptbahnhof"] = "%1",
},
["lines"] = {
["_default"] = {
["color"] = "ff0000",
},
["Frankfurt-Milan"] = {
["title"] = "Frankfurt/Basel to Milan",
["left terminus"] = "Frankfurt (Main)",
["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)|Basel/Zürich to München]]",
["left terminus"] = {"Basel SBB", "Zürich Hauptbahnhof"},
["right terminus"] = "München Hauptbahnhof",
},
},
}
return p