Jump to content

Module:Adjacent stations/Pennsylvania Railroad

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:50, 25 January 2019 (bootstrap to deal with Strafford). 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 prr = "%1 station (Pennsylvania Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Pennsylvania Railroad]]",
	["system icon"] = "",
	["name format"] = "background-color: #B52424; text-transform: uppercase; font-family: Copperplate, Copperplate Gothic Light, serif; color: gold; border: .18em solid gold; font-size: 190%; font-weight: bolder; padding: .36em;",
	["station format"] = {
		"%1 station",
		["Exchange Place"] = prr,
		["New York"] = "Pennsylvania Station (1910–1963)",
		["Suburban Station"] = "Suburban Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "B52424",
		},
		["Main Line"] = {
			["title"] = "[[Main Line (Pennsylvania Railroad)|Main Line]]",
			["left terminus"] = "Chicago",
			["right terminus"] = {"New York", "Exchange Place"},
		},
		["Paoli Line"] = {
			["title"] = "[[Paoli/Thorndale Line|Paoli Line]]",
			["left terminus"] = "Paoli",
			["right terminus"] = "Suburban Station",
		},
	},
}

return p