This is a data module for Module:Adjacent stations. It supports services operated by Terminal Link, formerly known as Link Train.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Terminal Link | Link Train |
336699 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Terminal Link]]",
["system color"] = "336699",
["system icon"] = "",
["station format"] = {
"Toronto Pearson %1 station",
},
["lines"] = {
["Terminal Link"] = {
["title"] = "Terminal Link",
["color"] = "336699",
["left terminus"] = "Viscount",
["right terminus"] = "Terminal 1",
},
},
["aliases"] = {
["link train"] = "Terminal Link",
},
}
return p