Module:Adjacent stations/GO Transit/sandbox
Documentation for this module may be created at Module:Adjacent stations/GO Transit/sandbox/doc
local sta = "%1 station" local p = { ["system title"] = "[[GO Transit]]", ["system icon"] = "[[File:GO Transit logo.svg|18px|link=GO Transit]]", ["system color"] = "256c2f", ["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; color: #FFFFFF; background-color: #256c2f; padding: 0.4em 0;", ["header background color"] = "abcd66", ["infobox station"] = { ["_header"] = { ["font-size"] = "150%", ["font-family"] = "Helvetica, sans", ["font-weight"] = "bolder", ["color"] = "#FFFFFF", ["background-color"] = "#256C2F", ["padding"] = "0.4em 0", }, ["_subheader"] = { ["background-color"] = "#ABCD66", ["color"] = "#256C2F" } }, ["station format"] = { "%1 GO Station", ["Caledonia"] = sta, ["Cawthra"] = sta, ["Central Parkway"] = sta, ["City Centre"] = "Mississauga City Centre Transit Terminal", ["Downsview Park"] = sta, ["Etobicoke Creek"] = sta, ["Erin Mills"] = sta, ["Guelph"] = "Guelph Central Station", ["Hamilton"] = "Hamilton GO Centre", ["Kitchener"] = sta, ["Mount Dennis"] = sta, ["Niagara Falls"] = "Niagara Falls station (Ontario)", ["Orbitor"] = sta, ["Pearson Airport"] = "Toronto Pearson Terminal 1 station", ["Renforth"] = sta, ["Spectrum"] = sta, ["St. Catharines"] = sta, ["Tahoe"] = sta, ["Tomken"] = sta, ["Toronto"] = "[[Union Station (Toronto)|Union Station]]", ["Winston Churchill"] = sta, }, ["lines"] = { ["_default"] = { ["color"] = "256c2f", }, ["407 East"] = { ["color"] = "6e2a8e", }, ["407 West"] = { ["color"] = "a31984", }, ["Barrie"] = { ["title"] = "[[Barrie line|Barrie]]", ["color"] = "003768", ["left terminus"] = "Allandale Waterfront", ["right terminus"] = "Toronto", }, ["Bolton"] = { ["color"] = "33cc99", }, ["Kitchener"] = { ["title"] = "[[Kitchener line|Kitchener]]", ["color"] = "00853f", ["left terminus"] = "Kitchener", ["right terminus"] = "Toronto", }, ["Lakeshore East"] = { ["title"] = "[[Lakeshore East line|Lakeshore East]]", ["color"] = "ee3124", ["left terminus"] = "Toronto", ["right terminus"] = "Oshawa", ["types"] = { ["Expansion"] = { ["note-mid"] = "Planned expansion", ["right terminus"] = "Bowmanville", }, }, }, ["Lakeshore West"] = { ["title"] = "[[Lakeshore West line|Lakeshore West]]", ["color"] = "98002e", ["left terminus"] = {"Aldershot", "Hamilton"}, ["right terminus"] = "Toronto", ["types"] = { ["Niagara branch"] = { ["title"] = "", ["note-mid"] = "Niagara branch", ["left terminus"] = "Niagara Falls", }, }, }, ["Locust Hill"] = { ["color"] = "996666", }, ["Milton"] = { ["title"] = "[[Milton line|Milton]]", ["color"] = "f58025", ["left terminus"] = "Milton", ["right terminus"] = "Toronto", }, ["Richmond Hill"] = { ["title"] = "[[Richmond Hill line|Richmond Hill]]", ["color"] = "009ac7", ["left terminus"] = "Toronto", ["right terminus"] = "Gormley", }, ["Seaton"] = { ["color"] = "660066", }, ["Stouffville"] = { ["title"] = "[[Stouffville line|Stouffville]]", ["color"] = "794400", ["left terminus"] = "Toronto", ["right terminus"] = "Lincolnville", }, }, } return p