Module:Adjacent stations/PATCO/sandbox
MyWikiBiz, Author Your Legacy — Thursday January 23, 2025
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/PATCO/sandbox/doc
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", ["infobox station"] = { ["_header"] = { ["font-family"] = "Helvetica", ["background-color"] = "#EF3E42", ["text-align:center"] = "center", ["font-size"] = "160%", ["color"] = "white", ["padding"] = "4px", ["line-height"] = "95%", }, ["_subheader"] = { ["background-color"] = "#EF3E42", ["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