Module:Adjacent stations/Lehigh Valley Transit Company

From Wikipedia, the free encyclopedia

local lvt = "%1 station (Lehigh Valley Transit)"
local nhsl = "%1 station (Norristown High Speed Line)"
local septa = "%1 station (SEPTA)"
local tc = "%1 Transportation Center"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Lehigh Valley Transit Company]]",
	["system icon"] = "",
	["name format"] = "",
	["station format"] = {
		"%1 station",
		["69th Street"] = tc,
		["Allentown"] = lvt,
		["Bridgeport"] = septa,
		["Bryn Mawr"] = nhsl,
		["Centre Valley"] = lvt,
		["County Line"] = nhsl,
		["Hatfield"] = lvt,
		["Haverford"] = nhsl,
		["King Manor"] = "DeKalb Street station",
		["Main Street"] = septa,
		["Norristown"] = "[[Norristown Transportation Center|Lafayette Street]]",
		["Penfield"] = septa,
		["Perkasie"] = lvt,
		["Quakertown"] = lvt,
		["Radnor"] = nhsl,
		["Rosemont"] = "Roberts Road station",
		["Villanova"] = nhsl,
		["West Overbrook"] = "Township Line Road station",
	},
	["lines"] = {
		["Liberty Bell"] = {
			["title"] = "[[Liberty Bell High Speed Line]]",
			["color"] = "D3D3D3",
			["left terminus"] = "Allentown",
			["right terminus"] = "69th Street",
		}
	},
}

return p