Module:Adjacent stations/VIAS
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by VIAS.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 9 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 16 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 19 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 80 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 85 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 10 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 34 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 35 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 39 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 46 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 66 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 81 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 82 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 86 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 91 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"
local p = {
["system title"] = "[[Vias (rail company)|VIAS]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Arnhem Centraal"] = rws,
["Darmstadt"] = hbf,
["Duisburg"] = hbf,
["Düsseldorf"] = hbf,
["Frankfurt"] = "[[Frankfurt (Main) Hauptbahnhof|Frankfurt (Main) Hbf]]",
["Frankfurt (Main)"] = hbf,
["Gelsenkirchen"] = hbf,
["Hanau"] = hbf,
["Koblenz"] = hbf,
["Krefeld"] = hbf,
["Mönchengladbach"] = hbf,
["Neuss"] = hbf,
["Oberhausen"]= hbf,
["Wiesbaden"] = hbf
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["10"] = {
["title"] = "[[RheingauLinie|RB 10]]",
["left terminus"] = "Neuwied",
["right terminus"] = "Frankfurt (Main)"
},
["34"] = {
["title"] = "[[Schwalm-Nette-Bahn|RB 34]]",
["left terminus"] = "Dalheim",
["right terminus"] = "Mönchengladbach"
},
["35"] = {
["title"] = "[[Emscher-Niederrhein-Bahn|RB 35]]",
["left terminus"] = "Mönchengladbach",
["right terminus"] = "Gelsenkirchen"
},
["39"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 39]]",
["left terminus"] = "Bedburg",
["right terminus"] = "Düsseldorf"
},
["66"] = {
["title"] = "[[List of railway routes in Hesse|RB 66]]",
["left terminus"] = "Darmstadt",
["right terminus"] = "Pfungstadt"
},
["81"] = {
["title"] = "[[List of railway routes in Hesse|RB 81]]",
["left terminus"] = "Frankfurt (Main)",
["right terminus"] = "Eberbach"
},
["82"] = {
["title"] = "[[List of railway routes in Hesse|RB 82]]",
["left terminus"] = "Darmstadt",
["right terminus"] = "Eberbach"
},
["86"] = {
["title"] = "[[List of railway routes in Hesse|RB 86]]",
["left terminus"] = "Hanau",
["right terminus"] = "Groß-Umstadt-Wiebelsbach"
}
}
},
["RE"] = {
["title"] = "",
["color"] = "E2001A",
["types"] = {
["19"] = {
["title"] = "[[Rhein-IJssel-Express|RE 19]]",
["left terminus"] = {"Arnhem Centraal", "Bocholt"},
["right terminus"] = "Düsseldorf",
},
["80"] = {
["title"] = "[[List of railway routes in Hesse|RE 80]]",
["left terminus"] = "Darmstadt",
["right terminus"] = "Erbach (Odenw)",
},
["85"] = {
["title"] = "[[List of railway routes in Hesse|RE 85]]",
["left terminus"] = "Frankfurt",
["right terminus"] = "Groß-Umstadt-Wiebelsbach",
},
},
},
},
}
return p