Module:Adjacent stations/Chicago Great Western Railway

MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
< Module:Adjacent stations
Revision as of 18:21, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Chicago Great Western Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Chicago Great Western Railway/doc

local cgw = "%1 station (CGW)"
local depot = "%1 Depot"
local il = "%1 station (Illinois)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chicago Great Western Railway]]",
	["system icon"] = "",
	["system color"] = "ff761a",
	["station format"] = {
		"%1 station",
		["Chicago"] = "Grand Central Station (Chicago)",
		["Maywood"] = cgw,
		["Minneapolis"] = "Minneapolis station (Milwaukee Road)",
		["Saint Paul"] = "Saint Paul Union Depot",
		["Woodbine"] = cgw,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ff761a",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Kansas City",
			["right terminus"] = "Minneapolis",
		},
		["Chicago-Oelwein"] = {
			["title"] = "[[Chicago]]&nbsp;– [[Oelwein]]",
			["left terminus"] = "Oelwein",
			["right terminus"] = "Chicago",
		},
	},
}

return p