Module:Adjacent stations/Verkehrsbetriebe Zürich
Appearance
(Redirected from Module:Adjacent stations/VBZ)
This is a data module for Module:Adjacent stations. It supports services operated by Verkehrsbetriebe Zürich. For tram lines, see Module:Adjacent stations/Trams in Zürich.
Lines
[edit]Trolleybus
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
31 | 31 |
9fa3cd |
31 | |
32 | 32 |
dab2d2 |
32 | |
33 | 33 |
e9e6a5 |
33 | |
46 | 46 |
c5dfa5 |
46 | |
72 | 72 |
d8aa99 |
72 | |
83 | 83 |
FFFFFF |
83 |
Stadtbus
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
37 | 37 |
82bfe7 |
37 | |
61 | 61 |
a29a91 |
61 | |
62 | 62 |
d7ccbc |
62 | |
66 | 66 |
82bfe7 |
66 | |
67 | 67 |
82bfe7 |
67 | |
69 | 69 |
82bfe7 |
69 | |
70 | 70 |
82bfe7 |
70 | |
75 | 75 |
82bfe7 |
75 | |
76 | 76 |
82bfe7 |
76 | |
77 | 77 |
82bfe7 |
77 | |
78 | 78 |
82bfe7 |
78 | |
80 | 80 |
d5ddbe |
80 | |
89 | 89 |
82bfe7 |
89 | |
99 | 99 |
82bfe7 |
99 |
Quartierbus
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
35 | 35 |
82bfe7 |
35 | |
38 | 38 |
82bfe7 |
38 | |
39 | 39 |
82bfe7 |
39 | |
40 | 40 |
82bfe7 |
40 | |
42 | 42 |
82bfe7 |
42 | |
64 | 64 |
82bfe7 |
64 | |
73 | 73 |
82bfe7 |
73 |
Regionalnetz
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
161 | 161 |
82bfe7 |
161 | |
165 | 165 |
82bfe7 |
165 | |
184 | 184 |
82bfe7 |
184 | |
185 | 185 |
82bfe7 |
185 | |
743 | 743 |
82bfe7 |
743 | |
744 | 744 |
82bfe7 |
744 | |
745 | 745 |
82bfe7 |
745 | |
751 | 751 |
82bfe7 |
751 |
local p = {
["system title"] = "[[Verkehrsbetriebe Zürich|VBZ]]",
["system icon"] = "",
["station format"] = {
"",
[""] = "",
},
["system icon format"] = "route",
["lines"] = {
["_default"] = {
["title"] = "[[Verkehrsbetriebe Zürich#Motor buses|%1]]",
["text color"] = "FFFFFF",
["color"] = "82bfe7",
},
-- Trolleybus
["31"] = {
["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
["color"] = "9fa3cd",
},
["32"] = {
["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
["text color"] = "000000",
["color"] = "dab2d2",
},
["33"] = {
["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
["text color"] = "000000",
["color"] = "e9e6a5",
},
["46"] = {
["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
["text color"] = "000000",
["color"] = "c5dfa5",
},
["72"] = {
["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
["text color"] = "000000",
["color"] = "d8aa99",
},
["83"] = {
["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
["text color"] = "000000",
["color"] = "FFFFFF",
},
-- Stadtbus
["61"] = {
["color"] = "a29a91",
},
["62"] = {
["color"] = "d7ccbc",
["text color"] = "000000",
},
["80"] = {
["color"] = "d5ddbe",
["text color"] = "000000",
},
},
}
return p