Module:Adjacent stations/Bonn Stadtbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Bonn Stadtbahn. For trams, use Module:Adjacent stations/Trams in Bonn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 16 | 16 |
00b6ad |
| |
Line 18 | 18 |
00a1e4 |
| |
Line 63 | 63 |
57cbf5 |
| |
Line 66 | 66 |
ec008c |
| |
Line 67 | 67 |
f49ac1 |
| |
Line 68 | 68 |
c7a0cb |
|
local p = {
["system title"] = "[[Bonn Stadtbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bonn Hbf"] = "Bonn Hauptbahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[Bonn Stadtbahn#Lines|Line %1]]",
["text color"] = "FFFFFF",
},
["16"] = {
["color"] = "00b6ad",
["left terminus"] = "Niehl Sebastianstraße",
["right terminus"] = "Bad Godesberg Stadthalle",
},
["18"] = {
["color"] = "00a1e4",
["left terminus"] = "Thielenbruch",
["right terminus"] = "Bonn Hbf",
},
["63"] = {
["color"] = "57cbf5",
["left terminus"] = "Tannenbusch Mitte",
["right terminus"] = "Bad Godesberg Stadthalle",
},
["66"] = {
["color"] = "ec008c",
["left terminus"] = "Siegburg/Bonn",
["right terminus"] = "Bad Honnef",
},
["67"] = {
["color"] = "f49ac1",
["left terminus"] = "Siegburg/Bonn",
["right terminus"] = "Bad Godesberg Stadthalle",
},
["68"] = {
["color"] = "c7a0cb",
["left terminus"] = "Bornheim",
["right terminus"] = "Ramersdorf",
},
},
}
return p