Module:Adjacent stations/Lake Erie and Northern Railway

MyWikiBiz, Author Your Legacy — Monday November 04, 2024
< Module:Adjacent stations
Revision as of 18:32, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Lake Erie and Northern Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Lake Erie and Northern Railway/doc

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