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 23:43, 23 February 2019 (+22nd). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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",
		["22nd Street"] = septa,
		["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