Module:Adjacent stations/Trams in Bonn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Trams in Bonn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 61 | 61 |
8dc63f |
| |
Line 62 | 62 |
4db848 |
| |
Line 65 | 65 |
bed62f |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Trams in Bonn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bonn"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Trams in Bonn#Lines|Line %1]]",
["text color"] = "FFFFFF",
},
["61"] = {
["color"] = "8dc63f",
["left terminus"] = "Dottendorf",
["right terminus"] = "Kopenhagener Straße",
},
["62"] = {
["color"] = "4db848",
["left terminus"] = "Dottendorf",
["right terminus"] = "Oberkassel Süd/Römlinghoven",
},
["65"] = {
["color"] = "bed62f",
["left terminus"] = "Kopenhagener Straße",
["right terminus"] = "Ramersdorf",
},
},
}
return p