Module:Adjacent stations/Columbian Intramural Railway: Difference between revisions

imported>Cards84664
(North Loop)
 
(No difference)

Latest revision as of 19:14, 27 October 2022

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