Module:Adjacent stations/Link Train

From Wikipedia, the free encyclopedia

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

return p