This is a data module for Module:Adjacent stations. It supports services operated by DB Regio NRW.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 2 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 8 |
|
| |
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 12 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 17 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 22 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 34 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 41 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 42 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 49 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 57 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 20 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 22 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 23 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 24 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 25 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 27 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 30 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 32 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 33 |
|
| |
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 38 |
|
| |
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 40 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 43 |
|
| |
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 51 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 52 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 53 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 54 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 63 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 64 |
|
| |
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 p = {
["system title"] = "[[DB Regio NRW]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Aachen"] = hbf,
["Bochum"] = hbf,
["Dortmund"] = hbf,
["Duisburg"] = hbf,
["Düsseldorf"] = hbf,
["Essen"] = hbf,
["Gütersloh"] = hbf,
["Krefeld"] = hbf,
["Minden"] = hbf,
["Mülheim (Ruhr)"] = hbf,
["Osnabrück"] = hbf,
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["33"] = {
["title"] = "[[Rhein-Niers-Bahn|RB 33]]",
["left terminus"] = "Aachen",
["right terminus"] = "Essen",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "E2001A",
["types"] = {
["2"] = {
["title"] = "[[Rhein-Haard-Express|RE 2]]",
["left terminus"] = "Düsseldorf",
["right terminus"] = "Osnabrück",
},
["6"] = {
["title"] = "[[Rhein-Weser-Express|RE 6]]",
["left terminus"] = "Cologne/Bonn Airport",
["right terminus"] = "Minden",
},
},
},
},
}
return p