跳转到内容

模組:Adjacent stations/GO Transit

维基百科,自由的百科全书

这是本页的一个历史版本,由MNXANL留言 | 贡献2024年5月2日 (四) 01:20 建立内容为“local sta = "%1站" local on = "%1站 (安大略)" local p = { ["system title"] = "GO運輸", ["system icon"] = "18px|link=GO Transit", ["system color"] = "4a7729", ["name format"] = "font-size: 175%; font-weight: bolder; color: #000000; background-color: #FFFFFF; padding: 0.3em 0; border: 1px solid #000000;", ["header background color"] = "4a7729", ["station format"] = { "%1站", ["Bloomington"] = "[…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
local sta = "%1站"
local on = "%1站 (安大略)"

local p = {
	["system title"] = "[[GO運輸]]",
	["system icon"] = "[[File:GO Transit logo.svg|18px|link=GO Transit]]",
	["system color"] = "4a7729",
	["name format"] = "font-size: 175%; font-weight: bolder; color: #000000; background-color: #FFFFFF; padding: 0.3em 0; border: 1px solid #000000;",
	["header background color"] = "4a7729",
	["station format"] = {
		"%1站",
		["Bloomington"] = "[[布卢明顿站 (安大略)|布卢明顿]]",
		["Caledonia"] = sta,
		["Downsview Park"] = "[[登士維公園站|登士維公園]]",
		["East Harbour"] = "[[East Harbour Transit Hub|East Harbour]]",
		["Guelph"] = "Guelph Central Station",
		["Hamilton"] = "Hamilton GO Centre",
		["Kitchener"] = "[[基秦拿車站|基秦拿]]",
		["London"] = "[[伦敦站 (安大略)|伦敦]]",
		["Mount Dennis"] = sta,
		["Niagara Falls"] = "[[尼亚加拉瀑布城站 (安大略)|尼亚加拉瀑布城]]",
		["Pearson Airport"] = "Toronto Pearson Terminal 1 station",
		["St. Catharines"] = sta,
		["St. Marys"] = on,
		["Stratford"] = on,
		["Toronto"] = "[[联合车站 (多伦多)|联合车站]]",
		["Union"] = "[[联合车站 (多伦多)|联合车站]]",
		["Oshawa"] = "[[奧沙華站|奧沙華]]",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "4a7729",	
		},
		["407 East"] = {
			["title"] = "[[GO運輸巴士服務|407高速东线]]",
			["color"] = "6e2a8e",	
		},
		["407 West"] = {
			["title"] = "[[GO運輸巴士服務|407高速西线]]",
			["color"] = "a31984",	
		},
		["Barrie"] = {
			["title"] = "[[巴里綫]]",
			["color"] = "003768",
			["icon"] = "[[File:GO Barrie logo.svg|24px|alt=]]",
			["left terminus"] = "阿倫代爾湖濱",
			["right terminus"] = "Toronto",
		},
		["Bolton"] = {
			["title"] = "[[博尔顿线|博尔顿]]",
			["color"] = "33cc99",
			["left terminus"] = "Bolton",
			["right terminus"] = "Toronto",
		},
		["Kitchener"] = {
			["title"] = "[[基秦拿線]]",
			["color"] = "00853f",
			["icon"] = "[[File:GO Kitchener logo.svg|24px|alt=]]",
			["left terminus"] = "Kitchener",
			["right terminus"] = "Toronto",
			["types"] = {
				["Express"] = {
					["title"] = "",
					["note-mid"] = "快速",
					["left terminus"] = {"Kitchener"},
				},
			},
		},
		["Lakeshore East"] = {
			["title"] = "[[湖岸東綫]]",
			["color"] = "ee3124",
			["icon"] = "[[File:GO Lakeshore East logo.svg|24px|alt=]]",
			["left terminus"] = "Toronto",
			["right terminus"] = "Oshawa",
			["types"] = {
				["Express"] = {
					["title"] = "",
					["note-mid"] = "快速",
					["right terminus"] = "Oshawa",
				},
				["Bowmanville planned expansion"] = {
					["title"] = "",
					["note-mid"] = "计划中",
					["right terminus"] = "Bowmanville",
				},
			},
		},
		["Lakeshore West"] = {
			["title"] = "[[湖岸西綫]]",
			["color"] = "98002e",
			["icon"] = "[[File:GO Lakeshore West logo.svg|24px|alt=]]",
			["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",
				},
			},
		},
		["Milton"] = {
			["title"] = "[[米尔顿线]]",
			["color"] = "f58025",
			["icon"] = "[[File:GO Milton logo.svg|24px|alt=]]",
			["left terminus"] = "米尔顿",
			["right terminus"] = "Toronto",
		},
		["Richmond Hill"] = {
			["title"] = "[[列治文山綫]]",
			["color"] = "009ac7",
			["icon"] = "[[File:GO Richmond Hill logo.svg|24px|alt=]]",
			["left terminus"] = "Toronto",
			["right terminus"] = "Bloomington",
		},
		["Stouffville"] = {
			["title"] = "[[史托夫維爾綫]]",
			["color"] = "794400",
			["icon"] = "[[File:GO Stouffville logo.svg|24px|alt=]]",
			["left terminus"] = "Toronto",
			["right terminus"] = "老艾尔姆",
		},
	},
}

return p