Module:Adjacent stations/Philadelphia and Western Railroad

local nhsl = "%1 station (Norristown High Speed Line)"
local pw = "%1 station (Philadelphia and Western Railroad)"
local septa = "%1 station (SEPTA)"
local tc = "%1 Transportation Center"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Philadelphia and Western Railroad]]",
	["system icon"] = "",
	["name format"] = "",
	["station format"] = {
		"%1 station",
		["69th Street"] = tc,
		["Bryn Mawr"] = nhsl,
		["County Line"] = nhsl,
		["Haverford"] = nhsl,
		["Penfield"] = septa,
		["Radnor"] = nhsl,
		["Rosemont"] = "Roberts Road station",
		["St. Davids"] = pw,
		["Villanova"] = nhsl,
		["Wayne"] = pw,
		["West Overbrook"] = "Township Line Road station",
	},
	["lines"] = {
		["Strafford Branch"] = {
			["title"] = "[[Philadelphia and Western Railroad|Strafford Branch]]",
			["color"] = "006400",
			["left terminus"] = "Strafford",
			["right terminus"] = "69th Street",
		}
	},
}

return p