Jump to content

Module:Adjacent stations/Elgin and Belvidere Railway

From Wikipedia, the free encyclopedia

local cae = "%1 station (Chicago Aurora and Elgin Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Elgin and Belvidere Electric Company|Elgin and Belvidere Railway]]",
	["system icon"] = "",
	["system color"] = "000000",
	["station format"] = {
		"%1, Illinois",
		["Elgin"] = cae,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Main"] = {
			["title"] = "Main Line",
			["left terminus"] = "Belvidere",
			["right terminus"] = "Elgin",
		}
	},
}

return p