Jump to content

Module:Adjacent stations/Toronto, Hamilton and Buffalo Railway

From Wikipedia, the free encyclopedia

local thb = "%1 station (Toronto, Hamilton and Buffalo Railway)"
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Toronto, Hamilton and Buffalo Railway]]",
	["station format"] = {
		"%1 station",
		["Dundas"] = thb,
		["Hamilton"] = "Hamilton GO Centre",
		["Mount Pleasant"] = thb,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "e1000a",	
		},
		["Main"] = {
			["title"] = "Main Line",
			["color"] = "e1000a",
			["left terminus"] = "Hamilton",
			["right terminus"] = "Welland",
		},
		["Waterford-Hamilton"] = {
			["title"] = "[[Waterford, Ontario|Waterford]]– [[Hamilton, Ontario|Hamilton]]",
			["color"] = "e1000a",
			["left terminus"] = "Waterford",
			["right terminus"] = "Hamilton",
		},
	},
}

return p