Module:Adjacent stations/Basel S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Basel S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S 1 | 1 |
61AA57 |
| |
S 3 | 3 |
2D68B2 |
| |
S 5 | 5 |
87CEEB |
| |
S 6 | 6 |
DB3832 |
| |
S 9 | 9 |
5D4194 |
| |
TER | TER |
f287b7 |
| |
S RB27 | RB27 |
000000 |
| |
S RB30 | RB30 |
000000 |
|
local p = {
["system title"] = "[[Basel Regional S-Bahn]]",
["system icon"] = "[[File:Logo Regio S-Bahn Basel.svg|20px|link=Basel Regional S-Bahn]]",
["station format"] = {
"%1 railway station",
["Basel Badischer"] = "[[Basel Badischer Bahnhof|Basel Badischer]]",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
["title"] = "[[Basel Regional S-Bahn|S %1]]",
},
["1"] = {
["color"] = "61AA57",
["text color"] = "FFFFFF",
["left terminus"] = "Basel SBB",
["right terminus"] = {"Laufenburg", "Frick"},
},
["3"] = {
["color"] = "2D68B2",
["text color"] = "FFFFFF",
["left terminus"] = "Porrentruy",
["right terminus"] = "Olten",
},
["5"] = {
["color"] = "87CEEB",
["text color"] = "FFFFFF",
["left terminus"] = "Weil am Rhein",
["right terminus"] = "Zell im Wiesental",
},
["6"] = {
["color"] = "DB3832",
["text color"] = "FFFFFF",
["left terminus"] = "Basel SBB",
["right terminus"] = "Zell im Wiesental",
},
["9"] = {
["color"] = "5D4194",
["text color"] = "FFFFFF",
["left terminus"] = "Sissach",
["right terminus"] = "Olten",
},
["TER"] = {
["title"] = "[[Basel Regional S-Bahn|TER]]",
["color"] = "f287b7",
["left terminus"] = "Mulhouse Ville",
["right terminus"] = "Basel SBB",
},
["RB"] = {
["title"] = "[[Basel Regional S-Bahn|RB]]",
["color"] = "F6CE47",
["left terminus"] = "Basel Badischer",
["right terminus"] = "Lauchringen",
},
["RE/RB"] = {
["title"] = "[[Basel Regional S-Bahn|RE/RB]]",
["color"] = "f7941d",
["left terminus"] = "Basel SBB",
["right terminus"] = "Offenburg",
},
["WB"] = {
["title"] = "[[Basel Regional S-Bahn|WB]]",
["color"] = "CE6CA3",
["left terminus"] = "Waldenburg",
["right terminus"] = "Liestal",
},
},
}
return p