模組:Adjacent stations/Ontario Northland Railway

维基百科,自由的百科全书
文档图示 模块文档[创建]
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