Difference between revisions of "Module:Adjacent stations/Link Train"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Link Train", ["system color"] = "336699", ["system icon"] = "", ["station format"] = { "Toronto Pe...')
 
blackwiki>Blaixx
(Per convention, north/west is left and south/east is right)
Line 11: Line 11:
 
["title"] = "Link Train",
 
["title"] = "Link Train",
 
["color"] = "336699",
 
["color"] = "336699",
["left terminus"] = "Terminal 1",
+
["left terminus"] = "Viscount",
["right terminus"] = "Viscount",
+
["right terminus"] = "Terminal 1",
 
},
 
},
 
},
 
},

Revision as of 11:57, 24 July 2019

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"] = "Viscount",
			["right terminus"] = "Terminal 1",
		},
	},
}

return p