Module:Adjacent stations/Metrolinx/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Metrolinx (diff). |
This is a data module for Module:Adjacent stations. It supports services in Greater Toronto Area operated by Metrolinx/sandbox, including the Union Pearson Express, Mississauga Transitway, and the planned Hurontario LRT. For commuter rail services in the region, use Module:Adjacent stations/GO Transit. For other bus services on the transitway, use Module:Adjacent stations/MiWay.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Hurontario LRT | Hurontario LRT |
6EB43F |
| |
Mississauga Transitway | Mississauga Transitway or mississauga |
026894 |
| |
Union Pearson Express | Union Pearson Express or upe |
0076d3 |
|
local go = "%1 GO Station"
local miway = "%1 station (MiWay)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Metrolinx]]",
["system icon"] = "",
["name format"] = {
"",
["Union Pearson Express"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; color: #FFFFFF; background-color: #4c4807; padding: 0.4em 0;",
},
["header background color"] = {
"",
["Union Pearson Express"] = "948a4c",
},
["header text color"] = {
"",
["Union Pearson Express"] = "FFFFFF",
},
["infobox station"] = {
["Union Pearson Express"] = {
["_header"] = {
["font-size"] = "150%",
["font-family"] = "Helvetica, sans",
["font-weight"] = "bolder",
["color"] = "#FFFFFF",
["background-color"] = "#4C4807",
["padding"] = "0.4em 0"
},
["_subheader"] = {
["background-color"] = "#948A4C",
["color"] = "#FFFFFF",
}
}
},
["station format"] = {
"%1 station",
["Bloor"] = go,
["City Centre"] = "Mississauga City Centre Transit Terminal",
["Dixie"] = miway,
["Pearson Airport"] = "Toronto Pearson Terminal 1 station",
["Union Station"] = "Union Station (Toronto)",
["Weston"] = go,
},
["lines"] = {
["Mississauga Transitway"] = {
["title"] = "[[Mississauga Transitway]]",
["color"] = "026894",
["left terminus"] = "Winston Churchill",
["right terminus"] = "Renforth",
},
["Union Pearson Express"] = {
["title"] = "[[Union Pearson Express]]",
["color"] = "948a4c",
["left terminus"] = "Pearson Airport",
["right terminus"] = "Union Station",
},
},
["aliases"] = {
["mississauga"] = "Mississauga Transitway",
["upe"] = "Union Pearson Express",
},
}
return p