Jump to content

Module:Adjacent stations/Keewatin Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 00:31, 14 November 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local kry = "Keewatin Railway"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Keewatin Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Pas-Pukatawagan"] = {
			["title"] = "[[Keewatin Railway|The Pas–Pukatawagan]]",
			["color"] = "f00",
			["left terminus"] = "Pukatawagan",
			["right terminus"] = "The Pas",
		},
	},
	["stations"] = {
		["Prospector"] = kry,
		["Root Lake"] = kry,
		["Atik"] = kry,
		["Pukatawagan"] = "Pukatawagan",
		["Wanless"] = "Wanless, Manitoba",
	},
	["aliases"] = {
		["the pas-pukatawagan"] = "Pas-Pukatawagan",	
	},
}

return p