Module:Adjacent stations/Chicago and Western Indiana Railroad

MyWikiBiz, Author Your Legacy — Wednesday June 05, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Chicago and Western Indiana Railroad/doc

local il = "%1 station (Illinois)"
local cwi = "%1 station (Chicago and Western Indiana Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chicago and Western Indiana Railroad]]",
	["system icon"] = "",
	["system color"] = "edcf59",
	["station format"] = {
		"%1 station",
		["47th Street"] = cwi,
		["55th Street"] = cwi,
		["Chicago"] = "Dearborn Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "edcf59",	
		},
		["Suburban"] = {
			["title"] = "Suburban service",
			["left terminus"] = "Chicago",
			["right terminus"] = "Dolton",
		},
	},
}

return p