Module:Adjacent stations/Ontario Northland Railway/sandbox

From Wikipedia, the free encyclopedia
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",
	["infobox station"] = {
		["_header"] = {
			["font-size"] = "150%",
			["font-family"] = "Arial, sans",
			["font-weight"] = "bolder",
			["line-height"] = "100%",
			["color"] = "#00080"
		},
		["_subheader"] = {
			["background-color"] = "#FFB100",
			["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