Jump to content

Module:Adjacent stations/Chesapeake and Ohio Railway

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 21:07, 27 August 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local co = "%1 station (Chesapeake and Ohio Railroad)"
local ln = "%1 station (Louisville and Nashville Railroad)"
local wv = "%1 station (West Virginia)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chesapeake and Ohio Railway]]",
	["system icon"] = "",
	["system color"] = "170085",
	["station format"] = {
		"%1 station",
		["63rd Street"] = "63rd Street station (Metra)",
		["63rd Street B&O"] = "[[63rd Street station (Baltimore and Ohio Railroad)|63rd Street]]",
		["Chicago"] = "Grand Central Station (Chicago)",
		["Chicago Central"] = "[[Central Station (Chicago terminal)|Chicago]]",
		["Chicago Dearborn"] = "[[Dearborn Station|Chicago]]",
		["Englewood"] = "Englewood station (Chicago and Western Indiana Railroad)",
		["Hammond"] = co,
		["Hinton"] = wv,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "170085",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Cincinnati",
			["right terminus"] = "Gordonsville",
		},
		["C&O Indiana"] = {
			["title"] = "Chicago, Cincinnati & Louisville Railroad <small>Main Line</small>",
			["left terminus"] = "Hammond",
			["right terminus"] = "Cincinnati",
		},
		["Pere Marquette Main"] = {
			["title"] = "[[Pere Marquette Railway]] <small>Main Line</small>",
			["left terminus"] = "Chicago",
			["right terminus"] = "Grand Rapids",
		},
		["Main Line Piedmont Sub"] = {
			["title"] = "Main Line",
			["left terminus"] = "Gordonsville",
			["right terminus"] = "Norfolk",
		},
		["Main Line Washington Sub"] = {
			["title"] = "Main Line",
			["left terminus"] = "Gordonsville",
			["right terminus"] = "Washington, D.C.",
		},
	},
	["aliases"] = {
		["piedmont sub"] = "Main Line Piedmont Sub",
		["washington sub"] = "Main Line Washington Sub",
	},
}

return p