Module:Adjacent stations/Kassel RegioTram
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Kassel RegioTram.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
1 | 1 |
00519E |
| |
4 | 4 |
00519E |
| |
5 | 5 |
00519E |
|
local p = {
["system title"] = "[[Kassel RegioTram]]",
["station format"] = {
"%1 station",
["Kassel"] = "[[%1 Hauptbahnhof|%1 Hbf]]"
},
["lines"] = {
["_default"] = {
["title"] = "[[Kassel_RegioTram#Services|%1]]",
["color"] = "00519E",
["text color"] = "FFFFFF"
},
["1"] = {
["left terminus"] = "Hofgeismar-Hümme",
["right terminus"] = "Kassel Hollandische Straße"
},
["4"] = {
["left terminus"] = "Wolfhagen",
["right terminus"] = "Kassel Hollandische Straße"
},
["5"] = {
["left terminus"] = "Melsungen",
["right terminus"] = "Kassel Auestadion"
}
}
}
return p