Module:Adjacent stations/Rhine-Ruhr S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Rhine-Ruhr S-Bahn. See also Module:Adjacent stations/Cologne S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S1 or 1 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S2 or 2 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S3 or 3 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S4 or 4 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S5 or 5 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S6 or 6 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S7 or 7 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S8 or 8 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S9 or 9 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S11 or 11 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S12 or 12 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S19 or 19 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S28 or 28 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S68 or 68 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Rhine-Ruhr S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bochum"] = hbf,
["Dortmund"] = hbf,
["Duisburg"] = hbf,
["Düsseldorf"] = hbf,
["Essen"] = hbf,
["Hagen"] = hbf,
["Mönchengladbach"] = hbf,
["Mühlheim (Ruhr)"] = hbf,
["Oberhausen"] = hbf,
["Recklinghausen"] = hbf,
["Solingen"] = hbf,
["Witten"] = hbf,
["Wuppertal"] = hbf,
},
["lines"] = {
["1"] = {
["title"] = "[[S1 (Rhine-Ruhr S-Bahn)|S1]]",
["color"] = "0B9A33",
["left terminus"] = "Solingen",
["right terminus"] = "Dortmund",
["types"] = {
["Düsseldorf–Solingen"] = {
["title"] = "",
["left terminus"] = "Solingen",
["right terminus"] = "Dortmund",
},
},
},
["2"] = {
["title"] = "[[S2 (Rhine-Ruhr S-Bahn)|S2]]",
["color"] = "006DB6",
["left terminus"] = {"Essen", "Recklinghausen"},
["right terminus"] = "Dortmund",
["types"] = {
["Essen"] = {
["title"] = "",
["left terminus"] = "Essen",
},
["Recklinghausen"] = {
["title"] = "",
["left terminus"] = "Recklinghausen",
},
},
},
["3"] = {
["title"] = "[[S3 (Rhine-Ruhr S-Bahn)|S3]]",
["color"] = "FFFF00",
["left terminus"] = "Oberhausen",
["right terminus"] = "Hattingen (Ruhr) Mitte",
},
["4"] = {
["title"] = "[[S4 (Rhine-Ruhr S-Bahn)|S4]]",
["color"] = "EF7C00",
["left terminus"] = "Dortmund-Lütgendortmund",
["right terminus"] = "Unna",
},
["5"] = {
["title"] = "[[S5 (Rhine-Ruhr S-Bahn)|S5]]",
["color"] = "98C60F",
["left terminus"] = "Dortmund",
["right terminus"] = "Hagen",
},
["6"] = {
["title"] = "[[S6 (Rhine-Ruhr S-Bahn)|S6]]",
["color"] = "DC052D",
["left terminus"] = "Köln-Worringen",
["right terminus"] = "Essen",
},
["7"] = {
["title"] = "[[S7 (Rhine-Ruhr S-Bahn)|S7]]",
["color"] = "14BAE6",
["left terminus"] = "Solingen",
["right terminus"] = "Wuppertal",
},
["8"] = {
["title"] = "[[S8 (Rhine-Ruhr S-Bahn)|S8]]",
["color"] = "B03303",
["left terminus"] = "Mönchengladbach",
["right terminus"] = "Hagen",
},
["9"] = {
["title"] = "[[S9 (Rhine-Ruhr S-Bahn)|S9]]",
["color"] = "C7007F",
["left terminus"] = {"Haltern am See", "Recklinghausen"},
["right terminus"] = "Hagen",
["types"] = {
["Haltern am See"] = {
["title"] = "",
["left terminus"] = "Haltern am See",
},
["Recklinghausen"] = {
["title"] = "",
["left terminus"] = "Recklinghausen",
},
},
},
["28"] = {
["title"] = "[[S28 (Rhine-Ruhr S-Bahn)|S28]]",
["color"] = "717676",
["left terminus"] = "Kaarster See",
["right terminus"] = "Mettmann Stadtwald",
},
["68"] = {
["title"] = "[[S68 (Rhine-Ruhr S-Bahn)|S68]]",
["color"] = "14BAE6",
["left terminus"] = "Langenfeld (Rheinland)",
["right terminus"] = "Wuppertal-Vohwinkel",
},
},
}
return p