Module:Adjacent stations/GRT
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Grand River Transit, including Ion rapid transit and iXpress.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Ion | Ion |
048edc |
| |
iXpress | iXpress |
a2d40a |
|
local ki = "%1 station (Kitchener)"
local wa = "%1 station (Waterloo)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Grand River Transit]]",
["name format"] = "font-size: 150%; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color: #324e9c;",
["header background color"] = "f3c112",
["header text color"] = "000000",
["system color"] = "324e9c",
["station format"] = {
"%1 station",
["Allen"] = wa,
["Central"] = "[[Kitchener Central Station|Central Station]]",
["Frederick"] = ki,
["Northfield"] = wa,
["Queen"] = ki,
["Victoria Park"] = ki,
},
["lines"] = {
["_default"] = {
["color"] = "324e9c",
},
["Ion"] = {
["title"] = "[[Ion rapid transit|Ion]]",
["color"] = "048edc",
["left terminus"] = "Conestoga",
["right terminus"] = "Fairway",
},
["iXpress"] = {
["title"] = "iXpress",
["color"] = "a2d40a",
},
},
}
return p