This is a data module for Module:Adjacent stations. It supports services in Utrecht operated by Utrechtse sneltram.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Tram 20 | 20 |
FFA500 |
20 | |
Tram 21 | 21 |
FFA500 |
21 | |
Tram 22 | 22 |
FFA500 |
22 |
Usage
edit{{#invoke:Adjacent stations/Utrechtse sneltram|function_name}}
local p = {
["system title"] = "[[Utrechtse sneltram]]",
["system icon"] = "",
["system color"] = "FFA500",
["station format"] = {
"%",
},
["lines"] = {
["_default"] = {
["title"] = "Tram %1",
["left destination"] = "P+R Science Park",
["text color"] = "FFFFFF",
["color"] = "FFA500",
["icon format"] = "route",
},
["20"] = {
["right destination"] = "Nieuwegein-Zuid",
},
["21"] = {
["right destination"] = "IJsselstein-Zuid",
},
["22"] = {
["right destination"] = "Utrecht CS Centrumzijde",
},
},
}
return p