Content deleted Content added
Cards84664 (talk | contribs) No edit summary |
No edit summary |
||
(45 intermediate revisions by 13 users not shown) | |||
Line 1:
local sta = "%1 station"
local on = "%1 station (Ontario)"
local p = {
["system title"] = "[[GO Transit]]",
["system icon"] = "[[File:GO Transit logo.svg|
["system color"] = "4a7729",
["name format"] = "font-size: 175%
["header background color"] = "4a7729",
["header text color"] = "ffffff",
["station format"] = {
"%1 GO Station",
["Caledonia"] = sta,
["Downsview Park"] =
["East Harbour"] = "East Harbour Transit Hub",
["Guelph"] = "Guelph Central Station",
["Hamilton"] = "Hamilton GO Centre",
["Kitchener"] = sta,
["Kitchener Central"] = "Kitchener Central Station",
["London"] = on,
["Mount Dennis"] = sta,
["Niagara Falls"] =
["Pearson Airport"] = "Toronto Pearson Terminal 1 station",
["St. Catharines"] = sta,
["St. Marys"] = on,
["Stratford"] = on,
["Toronto"] = "[[Union Station (Toronto)|Union Station]]",
["Union"] = "[[Union Station (Toronto)|Union Station]]",
Line 35 ⟶ 42:
["Barrie"] = {
["title"] = "[[Barrie line|Barrie]]",
["color"] = "
["icon"] = "[[File:GO Barrie logo 2024.svg|16px|alt=]]",
["left terminus"] = "Allandale Waterfront",
["right terminus"] = "Toronto",
Line 47 ⟶ 55:
["Kitchener"] = {
["title"] = "[[Kitchener line|Kitchener]]",
["color"] = "
["icon"] = "[[File:GO Kitchener logo 2024.svg|16px|alt=]]",
["left terminus"] = "Kitchener",
["right terminus"] = "Toronto",
["types"] = {
["Express"] = {
["title"] = "",
["note-mid"] = "(express)",
},
["Express (2021-2023)"] = {
["title"] = "",
["note-mid"] = "(express, 2021-2023)",
["left terminus"] = {"London"},
},
},
},
["Lakeshore East"] = {
["title"] = "[[Lakeshore East line|Lakeshore East]]",
["color"] = "
["icon"] = "[[File:GO Lakeshore East logo 2024.svg|16px|alt=]]",
["left terminus"] = "Toronto",
["right terminus"] = "Oshawa",
Line 59 ⟶ 81:
["Express"] = {
["title"] = "",
["note-mid"] = "
["right terminus"] = "Oshawa",
},
["Bowmanville planned expansion"] = {
["title"] = "",
["note-mid"] = "(planned expansion)",
["right terminus"] = "Bowmanville",
},
},
Line 66 ⟶ 93:
["Lakeshore West"] = {
["title"] = "[[Lakeshore West line|Lakeshore West]]",
["color"] = "
["icon"] = "[[File:GO Lakeshore West logo 2024.svg|16px|alt=]]",
▲ ["left terminus"] = "Aldershot",
["left terminus"] = "West Harbour",
["right terminus"] = "Toronto",
["types"] = {
["Express"] = {
["title"] = "",
["note-mid"] = "
["left terminus"] = {"Hamilton", "Niagara Falls"},
},
["Niagara branch"] = {
["title"] = "",
["note-mid"] = "
["left terminus"] = "Niagara Falls",
},
Line 84 ⟶ 112:
["Milton"] = {
["title"] = "[[Milton line|Milton]]",
["color"] = "
["icon"] = "[[File:GO Milton logo 2024.svg|16px|alt=]]",
["left terminus"] = "Milton",
["right terminus"] = "Toronto",
Line 90 ⟶ 119:
["Richmond Hill"] = {
["title"] = "[[Richmond Hill line|Richmond Hill]]",
["color"] = "
["icon"] = "[[File:GO Richmond Hill logo 2024.svg|16px|alt=]]",
["left terminus"] = "Toronto",
["right terminus"] = "
},
["Stouffville"] = {
["title"] = "[[Stouffville line|Stouffville]]",
["color"] = "
["icon"] = "[[File:GO Stouffville logo 2024.svg|16px|alt=]]",
["left terminus"] = "Toronto",
["right terminus"] = "
},
},
["aliases"] = {
["LW"] = "Lakeshore West",
["MI"] = "Milton",
["KI"] = "Kitchener",
["BR"] = "Barrie",
["RH"] = "Richmond Hill",
["ST"] = "Stouffville",
["LE"] = "Lakeshore East",
}
}
|