This is a data module for Module:Adjacent stations. It supports services operated by Brienz Rothorn Bahn.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Brienz–Rothorn line | Brienz–Rothorn |
ff0000 |
|
local p = {
["system title"] = "[[Brienz Rothorn Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Brienz–Rothorn"] = {
["title"] = "[[Brienz Rothorn Railway|Brienz–Rothorn line]]",
["color"] = "ff0000",
["left terminus"] = "Brienzer Rothorn",
["right terminus"] = "Brienz BRB",
},
},
}
return p