Jump to content

Module:Adjacent stations/Columbian Intramural Railway

From Wikipedia, the free encyclopedia

local CIR = "%1 station (Columbian Intramural Railway)"
local p = {
	["lang"] = "en-US",
	["system title"] = "Columbian Intramural Railway",
	["system color"] = "191d49",
	["station format"] = {
		"%1 station",
		["62nd Street"] = "62nd Street station (Jackson Park)",
		["North Loop"] = CIR,
	},
	["lines"] = {
		["Main"] = {
			["title"] = "Main Line",
			["color"] = "191d49",
			["left terminus"] = "North Loop",
			["right terminus"] = "South Loop",
		},
	},
}

return p