Module:Adjacent stations/Keewatin Railway

From Wikipedia, the free encyclopedia

local kry = "Keewatin Railway"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Keewatin Railway]]",
	["system icon"] = "",
	["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
	["header background color"] = "0175de",
	["header text color"] = "ffffff",
	["system color"] = "0175de",
	["station format"] = {
		"%1 station",
		["The Pas"] = "The Pas station",
		["Prospector"] = "Clearwater Lake Provincial Park",
		["Root Lake"] = kry,
		["Atik"] = kry,
		["Pukatawagan"] = "Pukatawagan",
		["Wanless"] = "Wanless, Manitoba",
		["Pawistik"] = "Pawistik station",
		["Simonhouse"] = "Wekusko Falls Provincial Park",
	},

["lines"] = {
		["Pas-Pukatawagan"] = {
			["title"] = "[[Keewatin Railway|The Pas–Pukatawagan]]",
			["color"] = "f00",
			["left terminus"] = "Pukatawagan",
			["right terminus"] = "The Pas",
	},
}
}

return p