Module:Adjacent stations/Metrolinx
local go = "%1 GO Station"
local miway = "%1 station (MiWay)"
local mccallion = "Hurontario LRT"
local p = {
["lang"] = "en-US",
["system title"] = "Metrolinx",
["system icon"] = "File:Metrolinx 2017 logo.svg",
["system color"] = "000000",
["name format"] = {
"",
["Union Pearson Express"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; color: #FFFFFF; background-color: #0076d3; padding: 0.4em 0;",
},
["header background color"] = {
"",
["Union Pearson Express"] = "0076d3",
},
["header text color"] = {
"",
["Union Pearson Express"] = "FFFFFF",
},
["station format"] = {
"%1 station",
["Bloor"] = go,
["Brampton Gateway"] = "Brampton Gateway Terminal",
["City Centre"] = "Mississauga City Centre Transit Terminal",
["County Court"] = mccallion,
["Dixie"] = miway,
["Dundas"] = mccallion,
["Eglinton"] = mccallion,
["Fairview"] = mccallion,
["Mineola"] = mccallion,
["Pearson Airport"] = "Toronto Pearson Terminal 1 station",
["Port Credit"] = go,
["Robert Speck"] = mccallion,
["Union Station"] = "Union Station (Toronto)",
["Weston"] = go,
},
["lines"] = {
["Hurontario LRT"] = {
["title"] = "Hurontario LRT",
["color"] = "6EB43F",
["left terminus"] = "Brampton Gateway",
["right terminus"] = "Port Credit",
},
["Mississauga Transitway"] = {
["title"] = "Mississauga Transitway",
["color"] = "026894",
["left terminus"] = "Winston Churchill",
["right terminus"] = "Renforth",
},
["Union Pearson Express"] = {
["title"] = "Union Pearson Express",
["icon"] = "File:Union Pearson Express UP logo.svg",
["color"] = "0076d3",
["left terminus"] = "Pearson Airport",
["right terminus"] = "Union Station",
},
},
["aliases"] = {
["hurontario"] = "Hurontario LRT",
["mississauga"] = "Mississauga Transitway",
["upe"] = "Union Pearson Express",
},
}
return p