Module:Adjacent stations/EuroCity
Appearance
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Basel-Milano |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Copenhagen-Hamburg |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Frankfurt-Graz |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Frankfurt-Klagenfurt |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Frankfurt-Milano |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Frankfurt-Zagreb |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Geneva-Milano |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Graz-Przemysl |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Hamburg-Interlaken |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Hamburg-Prague |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Hamburg-Zürich |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Linz-Prague |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Munich-Bologna |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Munich-Innsbruck |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Munich-Rimini |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Munich-Venezia |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Munich-Verona |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Münster-Klagenfurt |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Saarbrücken-Graz |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Wien-Budapest |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Wien-Cluj Napoca |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Wien-Gdynia |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Wien-Katowice |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Wien-Warsaw |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Zagreb-Wien |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Zürich-Graz |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Zürich-Milano |
ff0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Zürich-München |
ff0000 |
|
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",
},
["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",
},
["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