Jump to content

Module:Adjacent stations/Chicago Aurora and Elgin Railroad

From Wikipedia, the free encyclopedia

local cae = "%1 station (Chicago Aurora and Elgin Railroad)"
local garfield = "%1 station (CTA Garfield Park branch)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chicago Aurora and Elgin Railroad]]",
	["system icon"] = "",
	["system color"] = "000000",
	["station format"] = {
		"%1 station",
		["11th Avenue"] = cae,
		["17th Avenue"] = cae,
		["25th Avenue"] = cae,
		["Ardmore Avenue"] = "Ardmore Avenue station (Illinois)",
		["Aurora"] = "Hotel Arthur",
		["Batavia"] = cae,
		["Bellwood"] = cae,
		["Berkeley"] = cae,
		["Canal Street"] = "Canal station (CTA Metropolitan Main Line)",
		["Chicago"] = "Wells Street Terminal",
		["Chicago Avenue"] = cae,
		["Chicago Golf Club"] = "Chicago Golf Club#CA&E",
		["College Avenue"] = cae,
		["Elgin"] = cae,
		["Geneva"] = cae,
		["Glen Ellyn"] = cae,
		["Good Templar Park"] = "Good Templar Park#CA&E",
		["Harrison Street"] = cae,
		["Kedzie Avenue"] = "Kedzie station (CTA Garfield Park branch)",
		["Laramie Avenue"] = "Laramie station (CTA Garfield Park branch)",
		["Lombard"] = cae,
		["Marshfield Avenue"] = "Marshfield station",
		["Mount Carmel"] = "Mount Carmel Cemetery (Hillside, Illinois)#CA&E",
		["National Street"] = cae,
		["Oak Park"] = "Oak Park station (CTA Blue Line)",
		["Oak Ridge"] = "Oak Ridge Cemetery (Hillside, Illinois)#CA&E",
		["Plamondon"] = cae,
		["Smith Road"] = cae,
		["Spring Road"] = cae,
		["Villa Park"] = "Villa Avenue station",
		["West Chicago"] = cae,
		["Wayne"] = cae,
		["Wheaton"] = cae,
		["York Street"] = cae,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Main"] = {
			["title"] = "Main Line",
			["left terminus"] = "Wheaton",
			["right terminus"] = "Chicago",
		},
		["Aurora Branch"] = {
			["title"] = "Aurora Branch",
			["left terminus"] = "Aurora",
			["right terminus"] = "Wheaton",
		},
		["Elgin Branch"] = {
			["title"] = "Elgin Branch",
			["left terminus"] = "Elgin",
			["right terminus"] = "Wheaton",
		},
	    ["Mount Carmel Branch"] = {
	    	["title"] = "Mount Carmel Branch",
	    	["left terminus"] = "Mount Carmel",
	    	["right terminus"] = "Bellwood",
	    }
	},
}

return p