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 17:54, 14 June 2019 (Created page with 'local ln = "%1 station (Louisville and Nashville Railroad)" local p = { ["lang"] = "en-US", ["system title"] = "Chesapeake and Ohio Railway", ["system ic...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local ln = "%1 station (Louisville and Nashville Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chesapeake and Ohio Railway]]",
	["system icon"] = "",
	["system color"] = "170085",
	["station format"] = {
		"%1 station",
		["Chicago"] = "Grand Central Station (Chicago)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "170085",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Chicago",
			["right terminus"] = "Gordonsville",
		},
		["Main Line Washington Sub"] = {
			["title"] = "Main Line",
			["left terminus"] = "Gordonsville",
			["right terminus"] = "Washington, D.C.",
		},
		["Main Line Piedmont Sub"] = {
			["title"] = "Main Line",
			["left terminus"] = "Gordonsville",
			["right terminus"] = "Norfolk",
		},
	},
}

return p