Jump to content

Module:Adjacent stations/Lake Erie and Northern Railway

From Wikipedia, the free encyclopedia

local len = "%1 station (LE&N)"
local p = {
	["system title"] = "[[Lake Erie and Northern Railway]]",
	["station format"] = {
		"%1 station",
		["Mount Pleasant"] = "Mount Pleasant station (Brant County, Ontario)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "640E27",	
		},
		["Mainline"] = {
			["title"] = "Mainline",
			["color"] = "640E27",
			["left terminus"] = "Galt Main Street",
			["right terminus"] = "Port Dover",
		},
	},
}

return p