Jump to content

Module:Adjacent stations/Link Train

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:30, 9 February 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Link Train", ["system color"] = "336699", ["system icon"] = "", ["station format"] = { "Toronto Pe...'). 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"] = "[[Link Train]]",
	["system color"] = "336699",
	["system icon"] = "",
	["station format"] = {
		"Toronto Pearson %1 station",
	},
	["lines"] = {
		["Link Train"] = {
			["title"] = "Link Train",
			["color"] = "336699",
			["left terminus"] = "Terminal 1",
			["right terminus"] = "Viscount",
		},
	},
}

return p