Jump to content

Module:Adjacent stations/Chicago Great Western Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 14:46, 8 October 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local cnw = "%1 station (C&NW)"
local depot = "%1 Depot"
local il = "%1 station (Illinois)"
local metra = "%1 station (Metra)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chicago Great Western Railway]]",
	["system icon"] = "",
	["system color"] = "ff761a",
	["station format"] = {
		"%1 station",
		["Avenue"] = "Oak Park station (CTA Green Line)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ff761a",
		},
		["Chicago-Minneapolis"] = {
			["title"] = "[[Chicago]] – [[Minneapolis]]",
			["left terminus"] = "Minneapolis",
			["right terminus"] = "Chicago",
		},
	},
}

return p