Module:Adjacent stations/WestfalenBahn
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by WestfalenBahn.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| RE 15 | RE 15 |
8058AC |
RE 15 | |
| RE 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-Express|RE 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