Module:Adjacent stations/Stuttgart S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Stuttgart S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S1 | S1 or 1 |
5c8e3c |
| |
S2 | S2 or 2 |
dc022c |
| |
S3 | S3 or 3 |
f4aa04 |
| |
S4 | S4 or 4 |
0c66b4 |
| |
S5 | S5 or 5 |
04aae4 |
| |
S6 | S6 or 6 |
8c6204 |
| |
S60 | S60 or 60 |
748e20 |
| |
S62 | S62 or 62 |
|
|
local p = {
["system title"] = "[[Stuttgart S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Stuttgart"] = "Stuttgart Hauptbahnhof",
["Esslingen"] = "Esslingen (Neckar) station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Stuttgart_S-Bahn#Lines|%1]]",
},
["S1"] = {
["color"] = "5c8e3c",
["left terminus"] = "",
["right terminus"] = "",
},
["S2"] = {
["color"] = "dc022c",
["left terminus"] = "",
["right terminus"] = "",
},
["S3"] = {
["color"] = "f4aa04",
["left terminus"] = "",
["right terminus"] = "",
},
["S4"] = {
["color"] = "0c66b4",
["left terminus"] = "",
["right terminus"] = "",
},
["S5"] = {
["color"] = "04aae4",
["left terminus"] = "",
["right terminus"] = "",
},
["S6"] = {
["color"] = "8c6204",
["left terminus"] = "",
["right terminus"] = "",
},
["S60"] = {
["color"] = "748e20",
["left terminus"] = "",
["right terminus"] = "",
},
},
["aliases"] = {
["1"] = "S1",
["2"] = "S2",
["3"] = "S3",
["4"] = "S4",
["5"] = "S5",
["6"] = "S6",
["60"] = "S60",
}
}
return p