This is a data module for Module:Adjacent stations. It supports services operated by Westerwaldbahn.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 97 | RB 97 |
005321 |
|
local p = {
["system title"] = "[[Westerwaldbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["RB 97"] = {
["title"] = "[[List of rail services in Rhineland-Palatinate#Lines 90–99|RB 97]]",
["color"] = "005321",
["left terminus"] = "Betzdorf (Sieg)",
["right terminus"] = "Daaden",
},
},
}
return p