Jump to content

Module:Adjacent stations/Port Authority of Allegheny County

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 19:21, 30 June 2024 (I fixed various redirects, and also changed the link for 47L Library to the Silver Line, since it's no longer part of the Blue Line.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local paac = "%1 station (PAAC)"
local prt = "%1 station (Pittsburgh Regional Transit)"
local south_busway = "South Busway#%1"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Port Authority of Allegheny County]]",
	["system icon"] = "",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #005EB8;  padding: 0.4em 4px;",
	["header background color"] = "005EB8",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["Allegheny"] = prt,
		["Allen"] = prt,
		["Ansonia"] = prt,
		["Arlington"] = prt,
		["Bell"] = prt,
		["Braddock"] = "Braddock, Pennsylvania",
		["Carnegie"] = prt,
		["Central"] = south_busway,
		["Coast"] = prt,
		["Dorchester"] = prt,
		["East Liberty"] = prt,
		["Edgebrook"] = prt,
		["Fallowfield"] = prt,
		["First Avenue"] = prt,
		["Gateway"] = prt,
		["Glenbury"] = south_busway,
		["Grant Street"] = "Grant Street Station",
		["Haberman"] = prt,
		["Highland"] = prt,
		["Homewood"] = prt,
		["Inglewood"] = paac,
		["Killarney"] = prt,
		["Latimer"] = prt,
		["Library"] = prt,
		["Logan"] = prt,
		["Memorial Hall"] = prt,
		["Munroe"] = prt,
		["North Side"] = prt,
		["Park"] = prt,
		["Penn Station"] = "Union Station (Pittsburgh)#Light rail station",
		["Pioneer"] = south_busway,
		["Poplar"] = prt,
		["Port Vue-Liberty"] = "Port Vue, Pennsylvania",
		["Potomac"] = prt,
		["Roanoke"] = prt,
		["Roslyn"] = prt,
		["Santa Barbara"] = prt,
		["South Bank"] = prt,
		["South Park"] = prt,
		["St. Anne's"] = prt,
		["Traymore"] = prt,
        ["Versailles"] = "Versailles, Pennsylvania",
		["Westfield"] = prt,
		["Wilkinsburg"] = prt,
		["Willow"] = prt,
		["Wood Street"] = prt,
	},
	["lines"] = {
		["42S"] = {
			["title"] = "[[Red Line (Pittsburgh)#History|42 South Hills Village]]",
			["color"] = "ec1b24",
			["left terminus"] = "Gateway",
			["right terminus"] = "South Hills Village",
			["note-mid"] = "via Beechview",
		},
		["47D"] = {
			["title"] = "[[47D Drake]]",
			["color"] = "0088ce",
			["left terminus"] = "Gateway",
			["right terminus"] = "Drake",
			["types"] = {
				["Gateway"]	= {
					["title"] = "",
					["left terminus"] = "Gateway",
					["right terminus"] = "Drake",
					["note-mid"] = "1984–1993",
				},
				["Castle Shannon"] = {
					["title"] = "",
					["left terminus"] = "Castle Shannon",
					["right terminus"] = "Drake",
					["note-mid"] = "1993–1999",
				},
			},
		},
		["47L"] = {
			["title"] = "[[Silver Line (Pittsburgh)#History|47L Library]]",
			["color"] = "0088ce",
			["left terminus"] = "Gateway",
			["right terminus"] = "Library",
			["note-mid"] = "via Overbrook",
		},
		["47S"] = {
			["title"] = "[[Blue Line (Pittsburgh)#History|47S South Hills Village]]",
			["color"] = "0088ce",
			["left terminus"] = "Gateway",
			["right terminus"] = "South Hills Village",
			["note-mid"] = "via Overbrook",
		},
		["Blue Line"] = {
			["title"] = "[[Blue Line (Pittsburgh)|Blue Line]]",
			["left terminus"] = "Allegheny",
			["types"] = {
				["Library"] = {
					["color"] = "0088ce",
					["right terminus"] = "Library",
				},	
				["South Hills Village"] = {
					["color"] = "77b6e4",
					["right terminus"] = "South Hills Village",
					["note-mid"] = "via Overbrook",
				},	
			},
		},
		["Brown Line"] = {
			["title"] = "[[Brown Line (Pittsburgh)|Brown Line]]",
			["color"] = "ad7a4c",
			["left terminus"] = "Gateway",
			["right terminus"] = "South Hills Junction",
		},
		["PATrain"] = {
			["title"] = "[[PATrain]]",
			["color"] = "835C3B",
			["left terminus"] = "Grant Street",
			["right terminus"] = "Versailles",
		},
		["Red"] = {
			["title"] = "[[Red Line (Pittsburgh)|Red Line]]",
			["color"] = "ec1b24",
			["left terminus"] = "Allegheny",
			["right terminus"] = "South Hills Village",
		},
		["Red Line"] = {
			["title"] = "[[Red Line (Pittsburgh)|Red Line]]",
			["left terminus"] = "Allegheny",
			["types"] = {
				["Castle Shannon"] = {
					["color"] = "ec1b24",
					["right terminus"] = "Overbrook Junction",
				},
				["Overbrook Junction"] = {
					["color"] = "ec1b24",
					["right terminus"] = {"Overbrook Junction", "South Hills Village"},
					["note-mid"] = "via Beechview",
				},
				["South Hills Village"] = {
					["color"] = "f48465",
					["right terminus"] = "South Hills Village",
					["note-mid"] = "via Beechview",
				},
			},
		},
	},
}

return p