Module:Adjacent stations/Link Train

From blackwiki
< Module:Adjacent stations
Revision as of 20:30, 9 February 2019 by blackwiki>Mackensen (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Link Train", ["system color"] = "336699", ["system icon"] = "", ["station format"] = { "Toronto Pe...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Link Train/doc

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