Module:Adjacent stations/PATCO

From Wikipedia, the free encyclopedia

local patco = "%1 station (PATCO)"

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

return p