Module:Adjacent stations/Philadelphia Transportation Company
MyWikiBiz, Author Your Legacy — Sunday November 03, 2024
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/Philadelphia Transportation Company/doc
local me = "%1 station (Market Elevated)" local mf = "%1 station (Market–Frankford Line)" local septa = "%1 station (SEPTA)" local tc = "%1 Transportation Center" local p = { ["lang"] = "en-US", ["system title"] = "[[Philadelphia Transportation Company]]", ["system icon"] = "", ["name format"] = "", ["station format"] = { "%1 station", ["13th Street"] = septa, ["15th Street"] = septa, ["19th Street"] = septa, ["22nd Street"] = septa, ["24th Street"] = "[[22nd Street station (SEPTA)#History|24th Street]]", ["30th Street"] = "30th Street station (SEPTA Subway)", ["34th Street"] = mf, ["36th Street"] = me, ["40th Street"] = mf, ["46th Street"] = septa, ["52nd Street"] = mf, ["60th Street"] = septa, ["63rd Street"] = mf, ["66th Street"] = "Millbourne station", ["69th Street"] = tc, ["Frankford"] = tc, }, ["lines"] = { ["Market Elevated"] = { ["title"] = "[[Market–Frankford Line|Market Elevated]]", ["color"] = "006400", ["left terminus"] = "69th Street", ["right terminus"] = "Frankford", } }, } return p