Module:Adjacent stations/Ontario Northland Railway

MyWikiBiz, Author Your Legacy — Tuesday July 02, 2024
< Module:Adjacent stations
Revision as of 18:40, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Ontario Northland Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local on = "%1 station (Ontario)"

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,
		["Toronto"] = "Union Station (Toronto)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFB100",
		},
		["Northlander"] = {
			["title"] = "''[[Northlander]]''",
			["left terminus"] = "Cochrane",
			["right terminus"] = "Toronto",
		},
		["Polar Bear Express"] = {
			["title"] = "''[[Polar Bear Express]]''",
			["left terminus"] = "Moosonee",
			["right terminus"] = "Cochrane",
		},
	},
}

return p