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
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
2 | 2 |
ed1c24 |
| |
3 | 3 |
00ac4f |
| |
4 | 4 |
49479d |
| |
5 | 5 |
956438 |
| |
6 | 6 |
d99f4f |
| |
7 | 7 |
231f20 |
| |
8 | 8 |
a6ce39 |
| |
9 | 9 |
49479d |
| |
10 | 10 |
ee3897 |
| |
11 | 11 |
00ac4f |
| |
12 | 12 |
7ad0e2 |
| |
13 | 13 |
ffd503 |
| |
14 | 14 |
00aeef |
| |
15 | 15 |
ed1c24 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 17 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 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,
},
["lines"] = {
["2"] = {
["title"] = "[[Zürich tram route 2|2]]",
["color"] = "ed1c24",
["text color"] = "FFFFFF",
},
["3"] = {
["title"] = "[[Zürich tram route 3|3]]",
["color"] = "00ac4f",
["text color"] = "FFFFFF",
},
["4"] = {
["title"] = "[[Zürich tram route 4|4]]",
["color"] = "49479d",
["text color"] = "FFFFFF",
},
["5"] = {
["title"] = "[[Zürich tram route 5|5]]",
["color"] = "956438",
["text color"] = "FFFFFF",
},
["6"] = {
["title"] = "[[Zürich tram route 6|6]]",
["color"] = "d99f4f",
["text color"] = "FFFFFF",
},
["7"] = {
["title"] = "[[Zürich tram route 7|7]]",
["color"] = "231f20",
["text color"] = "FFFFFF",
},
["8"] = {
["title"] = "[[Zürich tram route 8|8]]",
["color"] = "a6ce39",
["text color"] = "000000",
["left terminus"] = "Hardturm",
["right terminus"] = "Klusplatz",
},
["9"] = {
["title"] = "[[Zürich tram route 9|9]]",
["color"] = "49479d",
["text color"] = "FFFFFF",
},
["10"] = {
["title"] = "[[Zürich tram route 10|10]]",
["color"] = "ee3897",
["text color"] = "FFFFFF",
},
["11"] = {
["title"] = "[[Zürich tram route 11|11]]",
["color"] = "00ac4f",
["text color"] = "FFFFFF",
["left terminus"] = "Auzelg",
["right terminus"] = "Zürich Rehalp",
},
["12"] = {
["title"] = "[[Zürich tram route 12|12]]",
["color"] = "7ad0e2",
["text color"] = "000000",
},
["13"] = {
["title"] = "[[Zürich tram route 13|13]]",
["color"] = "ffd503",
["text color"] = "000000",
},
["14"] = {
["title"] = "[[Zürich tram route 14|14]]",
["color"] = "00aeef",
["text color"] = "FFFFFF",
},
["15"] = {
["title"] = "[[Zürich tram route 15|15]]",
["color"] = "ed1c24",
["text color"] = "FFFFFF",
["left terminus"] = "Bucheggplatz",
["right terminus"] = "Zürich Stadelhofen FB",
},
},
}
return p