Jump to content

Module:Adjacent stations/Ontario Northland Railway

From Wikipedia, the free encyclopedia

local on = "%1 station (Ontario)"
local go = "%1 GO Station"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Ontario Northland Railway]]",
	["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 station",
		["Cochrane"] = on,
		["Gormley"] = go,
		["Kirkland Lake"] = "Swastika station",
		["Langstaff"] = go,
		["Temiskaming Shores"] = "New Liskeard station",
		["Timmins"] = "Porcupine Station",
		["Toronto"] = "Union Station (Toronto)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFB100",
		},
		["Dream Catcher Express"] = {
			["title"] = "''[[Northlander#Dream Catcher Express|Dream Catcher Express]]''",
			["note-mid"] = "(seasonal, pre-2012)",
			["left terminus"] = "Temagami",
			["right terminus"] = "North Bay",
		},
		["Northlander"] = {
			["title"] = "''[[Northlander]]''",
			["left terminus"] = "Cochrane",
			["right terminus"] = "Toronto",
		},
		["Northlander future"] = {
			["title"] = "''[[Northlander#Plans to resume rail service|Northlander]]''",
			["note-mid"] = "(reopening mid-2020s)",
			["left terminus"] = "Timmins",
			["right terminus"] = "Toronto",
		},
		["Polar Bear Express"] = {
			["title"] = "''[[Polar Bear Express]]''",
			["left terminus"] = "Moosonee",
			["right terminus"] = "Cochrane",
		},
		["Rail Connection"] = {
			["title"] = "[[Northlander#Plans to resume rail service|Rail Connection]]",
			["note-mid"] = "(opening mid-2020s)",
			["left terminus"] = "Cochrane",
			["right terminus"] = "Timmins",
		},
	},
}

return p