Jump to content

Module:Adjacent stations/Link Train

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Blaixx (talk | contribs) at 11:57, 24 July 2019 (Per convention, north/west is left and south/east is right). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Link Train]]",
	["system color"] = "336699",
	["system icon"] = "",
	["station format"] = {
		"Toronto Pearson %1 station",
	},
	["lines"] = {
		["Link Train"] = {
			["title"] = "Link Train",
			["color"] = "336699",
			["left terminus"] = "Viscount",
			["right terminus"] = "Terminal 1",
		},
	},
}

return p