Module:Adjacent stations/Trams in Zürich
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Trams in Zürich.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
2 | 2 |
ed1c24 |
2 | |
3 | 3 |
00ac4f |
3 | |
4 | 4 |
49479d |
4 | |
5 | 5 |
956438 |
5 | |
6 | 6 |
d99f4f |
6 | |
7 | 7 |
231f20 |
7 | |
8 | 8 |
a6ce39 |
8 | |
9 | 9 |
49479d |
9 | |
10 | 10 |
ee3897 |
10 | |
11 | 11 |
00ac4f |
11 | |
12 | 12 |
7ad0e2 |
12 | |
13 | 13 |
ffd503 |
13 | |
14 | 14 |
00aeef |
14 | |
15 | 15 |
ed1c24 |
15 | |
17 | 17 |
9e1762 |
17 | |
20 | 20 |
9e1762 |
20 |
local rws = "%1 railway station"
local p = {
["system title"] = "[[Trams in Zürich|Zürich tramway network]]",
["system icon"] = "",
["station format"] = {
"%1 tram stop",
["Zürich Balgrist"] = rws,
["Zürich Hegibachplatz"] = rws,
["Zürich Kreuzplatz"] = rws,
["Zürich Rehalp"] = rws,
["Zürich Stadelhofen FB"] = rws,
},
["system icon format"] = "route",
["lines"] = {
["_default"] = {
["title"] = "[[Zürich tram route %1|%1]]",
["text color"] = "FFFFFF",
},
["2"] = {
["color"] = "ed1c24",
},
["3"] = {
["color"] = "00ac4f",
},
["4"] = {
["color"] = "49479d",
},
["5"] = {
["color"] = "956438",
},
["6"] = {
["color"] = "d99f4f",
},
["7"] = {
["color"] = "231f20",
},
["8"] = {
["color"] = "a6ce39",
["text color"] = "000000",
["left terminus"] = "Hardturm",
["right terminus"] = "Klusplatz",
},
["9"] = {
["color"] = "49479d",
},
["10"] = {
["color"] = "ee3897",
},
["11"] = {
["color"] = "00ac4f",
["left terminus"] = "Auzelg",
["right terminus"] = "Zürich Rehalp",
},
["12"] = {
["color"] = "7ad0e2",
["text color"] = "000000",
},
["13"] = {
["color"] = "ffd503",
["text color"] = "000000",
},
["14"] = {
["color"] = "00aeef",
},
["15"] = {
["color"] = "ed1c24",
["left terminus"] = "Bucheggplatz",
["right terminus"] = "Zürich Stadelhofen FB",
},
["17"] = {
["color"] = "9e1762",
},
["20"] = {
["color"] = "9e1762",
},
},
}
return p