Module:Adjacent stations/Antwerp tram
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Antwerp tramway network.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Tram route 1 | 1 |
FFFFFF |
| |
Tram route 2 | 2 |
008000 |
| |
Tram route 3 | 3 |
FFFF00 |
| |
Tram route 4 | 4 |
80A0FF |
| |
Tram route 5 | 5 |
990000 |
| |
Tram route 6 | 6 |
FF00FF |
| |
Tram route 7 | 7 |
0000A0 |
| |
Tram route 8 | 8 |
FF80C0 |
| |
Tram route 9 | 9 |
FF8000 |
| |
Tram route 10 | 10 |
ADFF2F |
| |
Tram route 11 | 11 |
FFFFFF |
| |
Tram route 12 | 12 |
FF0000 |
| |
Tram route 15 | 15 |
FFFFFF |
| |
Tram route 24 | 24 |
FF80C0 |
|
local ps = "%1 premetro station"
local pr = "[[Park and ride|P+R]] [[%1]]"
local pru = "[[Park and ride|P+R]] %1"
local p = {
["system title"] = "[[Antwerp tramway network|Antwerp tram]]",
["station format"] = {
"%1 (Antwerp premetro station)",
["Berchem Station"] = "Antwerpen-Berchem railway station",
["Boechout"] = pr,
["Centraal Station"] = "Antwerpen-Centraal railway station",
["Hoboken"] = "Hoboken, Antwerp",
["Linkeroever"] = pr,
["Luchtbal"] = pr,
["Meir"] = ps,
["Melsele"] = pr,
["Merksem"] = pr,
["Olympiade"] = pru,
["Plantin"] = ps,
["Schoonselhof"] = pr,
["Wijnegem"] = "[[Wijnegem]]",
["Wommelgem"] = pr,
["Zuid"] = "Zuid, Antwerp"
},
["lines"] = {
["_default"] = {
["title"] = "[[Tram route %1 (Antwerp)|Tram route %1]]",
["icon"] = "[[File:DeLijn icon %1antw.svg|16px|alt=]]"
},
["1"] = {
["color"] = "FFFFFF",
["left terminus"] = "Zuid",
["right terminus"] = "Luchtbal"
},
["2"] = {
["color"] = "008000",
["left terminus"] = "Merksem",
["right terminus"] = "Hoboken"
},
["3"] = {
["color"] = "FFFF00",
["left terminus"] = "Melsele",
["right terminus"] = "Merksem"
},
["4"] = {
["color"] = "80A0FF",
["left terminus"] = "Silsburg",
["right terminus"] = "Hoboken"
},
["5"] = {
["color"] = "990000",
["left terminus"] = "Linkeroever",
["right terminus"] = "Wijnegem"
},
["6"] = {
["color"] = "FF00FF",
["left terminus"] = "Luchtbal",
["right terminus"] = "Olympiade"
},
["7"] = {
["color"] = "0000A0",
["left terminus"] = "Eilandje",
["right terminus"] = "Mortsel"
},
["8"] = {
["color"] = "FF80C0",
["left terminus"] = "Astrid",
["right terminus"] = "Wommelgem"
},
["9"] = {
["color"] = "FF8000",
["left terminus"] = "Linkeroever",
["right terminus"] = "Wommelgem"
},
["10"] = {
["color"] = "ADFF2F",
["left terminus"] = "Schoonselhof",
["right terminus"] = "Wijnegem"
},
["11"] = {
["color"] = "FFFFFF",
["left terminus"] = "Melkmarkt",
["right terminus"] = "Berchem Station"
},
["12"] = {
["color"] = "FF0000",
["left terminus"] = "Centraal Station",
["right terminus"] = "Sportpaleis"
},
["15"] = {
["color"] = "FFFFFF",
["left terminus"] = "Regatta",
["right terminus"] = "Boechout"
},
["24"] = {
["color"] = "FF80C0",
["left terminus"] = "Havenhuis",
["right terminus"] = "Silsburg"
},
},
["aliases"] = {
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4",
["line 5"] = "5",
["line 6"] = "6",
["line 7"] = "7",
["line 8"] = "8",
["line 9"] = "9",
["line 10"] = "10",
["line 11"] = "11",
["line 12"] = "12",
["line 15"] = "15",
["line 24"] = "24"
}
}
return p