Module:Adjacent stations/Eurobahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Eurobahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 3 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 13 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 78 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 82 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 50 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 59 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 61 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 65 |
|
| |
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 67 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 69 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 71 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 72 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 73 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 89 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Eurobahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bielefeld"] = hbf,
["Duisburg"] = hbf,
["Düsseldorf"] = hbf,
["Hamm (Westf)"] = hbf,
["Münster"] = hbf,
["Oberhausen"] = hbf,
["Osnabrück"] = hbf,
["Paderborn"] = hbf,
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["61"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 61]]",
["left terminus"] = "Hengelo",
["right terminus"] = "Bielefeld",
},
["66"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 66]]",
["left terminus"] = "Münster",
["right terminus"] = "Osnabrück",
},
["67"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 67]]",
["left terminus"] = "Münster",
["right terminus"] = "Bielefeld",
},
["69"] = {
["title"] = "[[Ems-Börde-Bahn|RB 69]]",
["left terminus"] = "Münster",
["right terminus"] = "Bielefeld",
},
["71"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 71]]",
["left terminus"] = "Bielefeld",
["right terminus"] = "Rahden",
},
["72"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 72]]",
["left terminus"] = "Paderborn",
["right terminus"] = "Herford",
},
["73"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 73]]",
["left terminus"] = "Bielefeld",
["right terminus"] = "Lemgo-Lüttfeld",
},
["89"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RB 89]]",
["left terminus"] = "Münster",
["right terminus"] = "Warburg",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "E2001A",
["types"] = {
["3"] = {
["title"] = "[[Rhein-Emscher-Express|RE 3]]",
["left terminus"] = "Düsseldorf",
["right terminus"] = "Hamm (Westf)",
},
["78"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RE 78]]",
["left terminus"] = "Bielefeld",
["right terminus"] = "Nienburg (Weser)",
},
["82"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RE 82]]",
["left terminus"] = "Bielefeld",
["right terminus"] = "Altenbeken",
},
},
},
},
}
return p