This is a data module for Module:Adjacent stations. It supports services operated by Bochum Stadtbahn. For the trams that also operate in the region, use Module:Adjacent stations/Trams in Bochum..
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
U35 | 35 |
0054a6 |
|
local p = {
["system title"] = "[[Bochum Stadtbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bochum Hbf"] = "Bochum Hauptbahnhof",
},
["lines"] = {
["35"] = {
["title"] = "[[Bochum Stadtbahn#Route and operations|U35]]",
["short name"] = "U35",
["color"] = "0054a6",
["left terminus"] = "Schloß Strünkede",
["right terminus"] = "Hustadt",
},
},
}
return p