Module:Adjacent stations/Stadtbus Winterthur
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Stadtbus Winterthur.
Lines
[edit]City lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
1 | 1 |
a6c700 |
1 | |
2 | 2 |
e7000e |
2 | |
2E | 2E |
e7000e |
2E | |
3 | 3 |
00a231 |
3 | |
4 | 4 |
fbb600 |
4 | |
5 | 5 |
0068b3 |
5 | |
7 | 7 |
e82788 |
7 | |
9 | 9 |
e77800 |
9 | |
10 | 10 |
113d8e |
10 | |
12 | 12 |
835d30 |
12 |
Regional lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
610 | 610 |
86c3eb |
610 | |
611 | 611 |
86c3eb |
611 | |
660 | 660 |
86c3eb |
660 | |
674 | 674 |
86c3eb |
674 |
local p = {
["system title"] = "[[Stadtbus Winterthur]]",
["system icon"] = "",
["station format"] = {
},
["system icon format"] = "route",
["lines"] = {
["_default"] = {
["title"] = "[[Stadtbus Winterthur|%1]]",
["text color"] = "FFFFFF",
},
-- City routes
["1"] = {
["color"] = "a6c700",
["text color"] = "000000",
},
["2"] = {
["color"] = "e7000e",
},
["2E"] = {
["color"] = "e7000e",
},
["3"] = {
["color"] = "00a231",
},
["4"] = {
["color"] = "fbb600",
["text color"] = "000000",
},
["5"] = {
["color"] = "0068b3",
},
["7"] = {
["color"] = "e82788",
},
["9"] = {
["color"] = "e77800",
["text color"] = "000000",
},
["10"] = {
["color"] = "113d8e",
},
["12"] = {
["color"] = "835d30",
},
-- Regional routes
["610"] = {
["color"] = "86c3eb",
["text color"] = "000000",
},
["611"] = {
["color"] = "86c3eb",
["text color"] = "000000",
},
["660"] = {
["color"] = "86c3eb",
["text color"] = "000000",
},
["674"] = {
["color"] = "86c3eb",
["text color"] = "000000",
},
},
}
return p