Jump to content

Module:Adjacent stations/Philadelphia Transportation Company

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:34, 25 January 2019 (Created page with 'local mf = "%1 station (Market–Frankford Line)" local septa = "%1 station (SEPTA)" local tc = "%1 Transportation Center" local p = { ["lang"] = "en-US", ["s...'). 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 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",
		["40th Street"] = mf,
		["46th Street"] = septa,
		["52nd Street"] = mf,
		["60th Street"] = septa,
		["63rd Street"] = mf,
		["66th Street"] = "Millbourne station",
		["69th Street"] = tc,
	},
	["lines"] = {
		["Market Elevated"] = {
			["title"] = "[[Market–Frankford Line|Market Elevated]]",
			["color"] = "006400",
			["left terminus"] = "69th Street",
			["right terminus"] = "Frankford",
		}
	},
}

return p