Module:Adjacent stations/Pittsburgh Regional Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Pittsburgh Regional Transit.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Blue |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Red |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Silver |
|
| |
East Busway | East Busway |
9e0876 |
| |
I-279 HOV Lane | I-279 HOV |
F4811F |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Shuttle |
|
| |
South Busway | South Busway |
ffc734 |
| |
West Busway | West Busway |
00ad4c |
|
Types
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
East Busway | East Busway – Hay Street Ramp | Hay Street Ramp |
9e0876 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
South Busway | South Busway – W Liberty Ave Ramp | W Liberty Ave Ramp |
ffc734 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
local paac = "%1 station (PAAC)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Port Authority of Allegheny County]]",
["system icon"] = "",
["name format"] = "font-family: Helvetica; background-color: #835C3B; font-size: 190%; color: white; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 7px solid #d30045; border-top-left-radius: 0.25em; border-top-right-radius: 0.25em; border-bottom-right-radius: 0.25em; border-bottom-left-radius: 0.25em; margin: 0.25em; text-align: center;",
["header background color"] = "00537E",
["station format"] = {
"%1 station",
["Allegheny"] = paac,
["Arlington"] = paac,
["Coast"] = paac,
["Dorchester"] = paac,
["Fallowfield"] = paac,
["First Avenue"] = paac,
["Gateway"] = paac,
["Highland"] = paac,
["Homewood"] = paac,
["Killarney"] = paac,
["Latimer"] = paac,
["Library"] = paac,
["Logan"] = paac,
["Memorial Hall"] = paac,
["Munroe"] = paac,
["North Side"] = paac,
["Poplar"] = paac,
["Potomac"] = paac,
["Roslyn"] = paac,
["Santa Barbara"] = paac,
["South Bank"] = paac,
["South Park"] = paac,
["St. Anne's"] = paac,
["Traymore"] = paac,
["Westfield"] = paac,
["Wilkinsburg"] = paac,
["Willow"] = paac,
["Wood Street"] = paac,
},
["lines"] = {
["East Busway"] = {
["title"] = "[[Martin Luther King Jr. East Busway|East Busway]]",
["color"] = "9e0876",
["left terminus"] = "Penn Station",
["right terminus"] = "Swissvale",
},
["I-279 HOV"] = {
["title"] = "I-279 HOV Lane",
["color"] = "F4811F",
},
["South Busway"] = {
["title"] = "[[South Busway]]",
["color"] = "ffc734",
["left terminus"] = "Station Square",
["right terminus"] = "Glenbury",
},
["West Busway"] = {
["title"] = "[[West Busway]]",
["color"] = "00ad4c",
["left terminus"] = "Carnegie",
["right terminus"] = "Sheraden",
},
},
}
return p