Jump to content

Module:Adjacent stations/PATCO

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:20, 24 February 2019 (Created page with 'local patco = "%1 station (PATCO)" local p = { ["lang"] = "en-US", ["system title"] = "PATCO", ["system icon"] = "", ["system color"] =...'). 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 patco = "%1 station (PATCO)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[PATCO Speedline|PATCO]]",
	["system icon"] = "",
	["system color"] = "EF3E42",
	["name format"] = "font-family:Helvetica;background-color:#EF3E42;text-align:center;font-size:160%;color:white;padding:4px;line-height:95%;",
	["header background color"] = "EF3E42",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["8th & Market"] = "8th Street station (Philadelphia)",
		["Ashland"] = patco,
		["Broadway"] = "Walter Rand Transportation Center",
		["City Hall"] = patco,
		["Westmont"] = patco,
	},
	["lines"] = {
		["Speedline"] = {
			["title"] = "[[PATCO Speedline|PATCO]]",
			["color"] = "EF3E42",
			["left terminus"] = "15–16th & Locust",
			["right terminus"] = "Lindenwold",
		},
	},
}

return p