跳转到内容

模組:Adjacent stations/Ontario Northland Railway

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

这是Module:Adjacent stations/Ontario Northland Railway当前版本,由Tjmj留言 | 贡献编辑于2022年8月2日 (二) 17:14。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
local on = "%1 station (Ontario)"

local p = {
	["system title"] = "[[安大略北地铁路]]",
	["system icon"] = "",
	["system color"] = "FFB100",
	["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #00080;",
	["header background color"] = "FFB100",
	["header text color"] = "323264",
	["station format"] = {
		"%1站",
		["Cochrane"] = on,
		["Toronto"] = "Union Station (Toronto)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFB100",
		},
		["Northlander"] = {
			["title"] = "''[[Northlander]]''",
			["left terminus"] = "科克伦",
			["right terminus"] = "多伦多",
		},
		["北极熊快速专列"] = {
			["title"] = "''[[北极熊快速专列]]''",
			["left terminus"] = "穆索尼",
			["right terminus"] = "科克伦",
		},
	},
}

return p