Jump to content

Module:Adjacent stations/Keewatin Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:26, 7 February 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Keewatin Railway", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = {...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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",
		},
	},
	["aliases"] = {
		["the pas-pukatawagan"] = "Pas-Pukatawagan",	
	},
}

return p