This is a data module for Module:Adjacent stations. It supports services operated by Kurhessenbahn.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 4 | RB 4 |
7A7C80 |
RB 4 | |
RB 38 | RB 38 |
7A7C80 |
RB 38 | |
RB 39 | RB 39 |
7A7C80 |
RB 39 | |
RB 94 | RB 94 |
7A7C80 |
RB 94 | |
RB 97 | RB 97 |
945b37 |
RB 97 | |
RE 39 | RE 39 |
00519E |
RE 39 | |
RE 97 | RE 97 |
945b37 |
RE 97 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Kurhessenbahn]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Kassel"] = hbf,
["Korbach"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[List of railway routes in Hesse|%1]]",
},
["RB 4"] = {
["color"] = "7A7C80",
["left terminus"] = "Korbach",
["right terminus"] = "Kassel-Wilhelmshöhe",
},
["RB 38"] = {
["color"] = "7A7C80",
["left terminus"] = "Schwalmstadt-Treysa",
["right terminus"] = "Kassel",
},
["RB 39"] = {
["color"] = "7A7C80",
["left terminus"] = "Bad Wildungen",
["right terminus"] = "Kassel",
},
["RB 94"] = {
["color"] = "7A7C80",
["left terminus"] = "Erndtebrück",
["right terminus"] = "Marburg (Lahn)",
},
["RB 97"] = {
["color"] = "945b37",
["left terminus"] = "Brilon Stadt",
["right terminus"] = "Marburg (Lahn)",
},
["RE 39"] = {
["color"] = "00519E",
["left terminus"] = "Bad Wildungen",
["right terminus"] = "Kassel",
},
["RE 97"] = {
["color"] = "945b37",
["left terminus"] = "Brilon Stadt",
["right terminus"] = "Marburg (Lahn)",
},
},
}
return p