Module:Adjacent stations/Pittsburgh Regional Transit

Diyila Dagbani Wikipedia

Documentation for this module may be created at Module:Adjacent stations/Pittsburgh Regional Transit/doc

local prt = "%1 station (Pittsburgh Regional Transit)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Pittsburgh Regional Transit]]",
	["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"] = prt,
		["Coast"] = prt,
		["Dorchester"] = prt,
		["East Liberty"] = prt,
		["Edgebrook"] = prt,
		["Fallowfield"] = prt,
		["First Avenue"] = prt,
		["Gateway"] = prt,
		["Grant Street"] = "Grant Street Station",
		["Haberman"] = prt,
		["Highland"] = prt,
		["Homewood"] = prt,
		["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",
		["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"] = {
		["Blue"] = {
			["title"] = "[[Blue Line (Pittsburgh)|Blue Line]]",
			["color"] = "0088ce",
			["left terminus"] = "Allegheny",
			["right terminus"] = "South Hills Village",
		},
		["East Busway"] = {
			["title"] = "[[Martin Luther King Jr. East Busway|East Busway]]",
			["color"] = "9e0876",
			["left terminus"] = "Penn Station",
			["right terminus"] = "Swissvale",
			["types"] = {
				["Hay Street Ramp"] = {
					["title"] = "Hay Street Ramp",
					["left terminus"] = "Penn Station",
					["right terminus"] = "Hay Street",
				}	
			},
		},
		["I-279 HOV"] = {
			["title"] = "I-279 HOV Lane",
			["color"] = "F4811F",
		},
		["Silver"] = {
			["title"] = "[[Silver Line (Pittsburgh)|Silver Line]]",
			["color"] = "bcbdc0",
			["left terminus"] = "Allegheny",
			["right terminus"] = "Library",
		},
		["Red"] = {
			["title"] = "[[Red Line (Pittsburgh)|Red Line]]",
			["color"] = "ec1b24",
			["left terminus"] = "Allegheny",
			["right terminus"] = "South Hills Village",
		},
		["Shuttle"] = {
			["title"] = "Shuttle",
			["color"] = "000000",
			["left terminus"] = "Penn Station",
			["right terminus"] = "Steel Plaza",
			["note-mid"] = "(special events only)",
		},
		["South Busway"] = {
			["title"] = "[[South Busway]]",
			["color"] = "ffc734",
			["left terminus"] = "Station Square",
			["right terminus"] = "Glenbury",
			["types"] = {
				["W Liberty Ave Ramp"] = {
					["title"] = "W Liberty Ave Ramp",
					["right terminus"] = "Dawn",
				},
			},
		},
		["West Busway"] = {
			["title"] = "[[West Busway]]",
			["color"] = "00ad4c",
			["left terminus"] = "Carnegie",
			["right terminus"] = "Sheraden",
		},
	},
}

return p