跳转到内容

模組:Adjacent stations/GO Transit

维基百科,自由的百科全书
文档图示 模块文档[创建]
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,
		["Clarkson"] = "[[克拉克森站 (GO运输)|克拉克森]]",
		["Downsview Park"] = "[[登士維公園站|登士維公園]]",
		["East Harbour"] = "[[东海港公共交通中心|东海港]]",
		["Exhibition"] = "[[会展站 (GO运输)|会展]]",
		["Guelph"] = "Guelph Central Station",
		["Hamilton"] = "[[哈密尔顿GO运输中心|哈密尔顿]]",
		["Kennedy"] = "[[坚尼地站 (GO运输)|坚尼地]]",
		["Kipling"] = "[[基伯龄站 (GO运输)|基伯齡]]",
		["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"] = "西海港",
			["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