Module:Adjacent stations/WestfalenBahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by WestfalenBahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 15 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 60 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 70 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[WestfalenBahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bielefeld"] = hbf,
["Braunschweig"] = hbf,
["Emden"] = hbf,
["Hannover"] = hbf,
["Münster"] = hbf,
["Osnabrück"] = hbf,
["Paderborn"] = hbf
},
["lines"] = {
["RE"] = {
["title"] = "",
["color"] = "E2001A",
["types"] = {
["15"] = {
["title"] = "[[Emsland-Express|RE 15]]",
["left terminus"] = "Emden",
["right terminus"] = "Münster",
},
["60"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RE 60]]",
["left terminus"] = "Rheine",
["right terminus"] = "Braunschweig",
},
["70"] = {
["title"] = "[[Weser-Leine-Express|RE 70]]",
["left terminus"] = "Bielefeld",
["right terminus"] = "Braunschweig",
},
},
},
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["72"] = {
["title"] = "[[WestfalenBahn#Services|RB 72]]",
["left terminus"] = "Herford",
["right terminus"] = "Paderborn",
}
}
}
},
}
return p