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 |
---|---|---|---|---|
RE 15 | RE 15 |
8058AC |
RE 15 | |
Ems-Leine-ExpressRE 60 | RE 60 |
004D1F |
RE 60 | |
RE 70 | RE 70 |
8690CA |
RE 70 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Westfalenbahn logo.svg|70px|link=WestfalenBahn]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Bielefeld"] = hbf,
["Braunschweig"] = hbf,
["Emden"] = hbf,
["Hannover"] = hbf,
["Münster"] = hbf,
["Osnabrück"] = hbf,
["Paderborn"] = hbf
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[WestfalenBahn|%1]]",
},
["RE 15"] = {
["color"] = "8058AC",
["left terminus"] = "Emden",
["right terminus"] = "Münster",
},
["RE 60"] = {
["title"] = "[[Ems-Leine-ExpressRE 60]]",
["color"] = "004D1F",
["left terminus"] = "Rheine",
["right terminus"] = "Braunschweig",
},
["RE 70"] = {
["title"] = "[[Weser-Leine-Express|RE 70]]",
["color"] = "8690CA",
["left terminus"] = "Bielefeld",
["right terminus"] = "Braunschweig",
},
},
}
return p