This is a data module for Module:Adjacent stations. It supports services operated by Dampfbahn-Verein Zürcher Oberland.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Uerikon–Bauma railway | Uerikon–Bauma railway |
e21341 |
|
local p = {
["system title"] = "[[Dampfbahn-Verein Zürcher Oberland]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Uerikon–Bauma railway"] = {
["title"] = "[[Uerikon–Bauma railway]]",
["color"] = "e21341",
["left terminus"] = "Hinwil",
["right terminus"] = "Bauma",
},
},
}
return p