Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/GO Transit

From Wikipedia, the free encyclopedia

local sta = "%1 station"
local on = "%1 station (Ontario)"

local p = {
	["system title"] = "[[GO Transit]]",
	["system icon"] = "[[File:GO Transit logo.svg|20px|link=GO Transit]]",
	["system color"] = "4a7729",
	["name format"] = "font-size: 175%; font-weight: bolder; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 0.3em 0;",
	["header background color"] = "4a7729",
	["header text color"] = "ffffff",
	["station format"] = {
		"%1 GO Station",
		["Caledonia"] = sta,
		["Downsview Park"] = "Downsview Park station#GO station",
		["East Harbour"] = "East Harbour Transit Hub",
		["Guelph"] = "Guelph Central Station",
		["Guelph Central"] = "Guelph Central Station",
		["Hamilton"] = "Hamilton GO Centre",
		["Kitchener"] = sta,
		["Kitchener Central"] = "Kitchener Central Station",
		["London"] = on,
		["Mount Dennis"] = sta,
		["Niagara Falls"] = on,
		["St. Catharines"] = sta,
		["St. Marys"] = on,
		["Stratford"] = on,
		["Toronto"] = "Union Station (Toronto)",
		["Union"] = "Union Station (Toronto)",
        ["Union Station"] = "Union Station (Toronto)",
		["Uxbridge"] = on,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "4a7729",	
		},
		["407 East"] = {
			["title"] = "[[GO Transit bus services#Highway 407 corridor|Highway 407 East]]",
			["color"] = "6e2a8e",	
		},
		["407 West"] = {
			["title"] = "[[GO Transit bus services#Highway 407 corridor|Highway 407 West]]",
			["color"] = "a31984",	
		},
		["Barrie"] = {
			["title"] = "[[Barrie line|Barrie]]",
			["color"] = "155ba0",
			["icon"] = "[[File:GO Barrie logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Allandale Waterfront",
			["right terminus"] = "Union",
		},
		["Bolton"] = {
			["title"] = "[[Bolton line|Bolton]]",
			["color"] = "33cc99",
			["left terminus"] = "Bolton",
			["right terminus"] = "Union",
		},
		["Kitchener"] = {
			["title"] = "[[Kitchener line|Kitchener]]",
			["color"] = "138336",
			["icon"] = "[[File:GO Kitchener logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Stratford",
			["right terminus"] = "Union",
			["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"] = "ee2722",
			["icon"] = "[[File:GO Lakeshore East logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Union",
			["right terminus"] = "Oshawa",
			["types"] = {
				["Express"] = {
					["title"] = "",
					["note-mid"] = "(express)",
					["right terminus"] = "Oshawa",
				},
				["Bowmanville planned expansion"] = {
					["title"] = "",
					["note-mid"] = "(planned expansion)",
					["right terminus"] = "Bowmanville",
				},
			},
		},
		["Lakeshore West"] = {
			["title"] = "[[Lakeshore West line|Lakeshore West]]",
			["color"] = "8b0a31",
			["icon"] = "[[File:GO Lakeshore West logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Confederation",
			["right terminus"] = "Union",
			["types"] = {
				["Express"] = {
					["title"] = "",
					["note-mid"] = "(peak express)",
					["left terminus"] = {"Hamilton", "Niagara Falls"},
				},
				["Niagara branch"] = {
					["title"] = "",
					["note-mid"] = "(off-peak express)",
					["left terminus"] = "Niagara Falls",
				},
			},
		},
		["Milton"] = {
			["title"] = "[[Milton line|Milton]]",
			["color"] = "dd521f",
			["icon"] = "[[File:GO Milton logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Milton",
			["right terminus"] = "Union",
		},
		["Richmond Hill"] = {
			["title"] = "[[Richmond Hill line|Richmond Hill]]",
			["color"] = "27adea",
			["icon"] = "[[File:GO Richmond Hill logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Union",
			["right terminus"] = "Bloomington",
		},
		["Stouffville"] = {
			["title"] = "[[Stouffville line|Stouffville]]",
			["color"] = "774111",
			["icon"] = "[[File:GO Stouffville logo 2024.svg|16px|alt=]]",
			["left terminus"] = "Union",
			["right terminus"] = "Old Elm",
		},
	},
	["aliases"] = {
		["lw"] = "Lakeshore West",
		["mi"] = "Milton",
		["ki"] = "Kitchener",
		["br"] = "Barrie",
		["rh"] = "Richmond Hill",
		["st"] = "Stouffville",
		["le"] = "Lakeshore East",
	}
}

return p