Module:Adjacent stations/PAAC/sandbox
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/PAAC/sandbox/doc
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"] = "835C3B", ["infobox station"] = { ["_header"] = { ["font-family"] = "Helvetica", ["background-color"] = "#835C3B", ["font-size"] = "190%", ["color"] = "white", ["padding"] = "0.5em", ["line-height"] = "0.5", ["white-space"] = "nowrap", ["border"] = "3px solid #FFFFFF", ["border-top-left-radius"] = "0.25em", ["border-top-right-radius"] = "0.25em", ["border-bottom-left-radius"] = "0.25em", ["border-bottom-right-radius"] = "0.25em", ["margin"] = "0.25em", ["text-align"] = "center", }, ["_subheader"] = { ["background-color"] = "#835C3B" } }, ["station format"] = { "%1 station", ["Allegheny"] = paac, ["Ansonia"] = paac, ["Arlington"] = paac, ["Bell"] = paac, ["Braddock"] = "Braddock, Pennsylvania", ["Carnegie"] = paac, ["Central"] = paac, ["Coast"] = paac, ["Dorchester"] = paac, ["East Liberty"] = paac, ["Edgebrook"] = paac, ["Fallowfield"] = paac, ["First Avenue"] = paac, ["Gateway"] = paac, ["Grant Street"] = "Grant Street Station", ["Highland"] = paac, ["Homewood"] = paac, ["Killarney"] = paac, ["Latimer"] = paac, ["Library"] = paac, ["Logan"] = paac, ["Memorial Hall"] = paac, ["Munroe"] = paac, ["North Side"] = paac, ["Penn Station"] = "Union Station (Pittsburgh)#Light rail station", ["Poplar"] = paac, ["Port Vue-Liberty"] = "Port Vue, Pennsylvania", ["Potomac"] = paac, ["Roslyn"] = paac, ["Santa Barbara"] = paac, ["South Bank"] = paac, ["South Park"] = paac, ["St. Anne's"] = paac, ["Traymore"] = paac, ["Versailles"] = "Versailles, Pennsylvania", ["Westfield"] = paac, ["Wilkinsburg"] = paac, ["Willow"] = paac, ["Wood Street"] = paac, }, ["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"] = "1980s–1993", }, ["Castle Shannon"] = { ["title"] = "", ["left terminus"] = "Castle Shannon", ["right terminus"] = "Drake", ["note-mid"] = "1993–1999", }, }, }, ["47L"] = { ["title"] = "[[Blue 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]]", ["types"] = { ["Library"] = { ["color"] = "0088ce", ["left terminus"] = "Allegheny", ["right terminus"] = "Library", }, ["South Hills Village"] = { ["color"] = "77b6e4", ["left terminus"] = "Allegheny", ["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", }, ["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", }, ["PATrain"] = { ["title"] = "[[PATrain]]", ["color"] = "835C3B", ["left terminus"] = "Grant Street", ["right terminus"] = "Versailles", }, ["Red Line"] = { ["title"] = "[[Red Line (Pittsburgh)|Red Line]]", ["types"] = { ["Castle Shannon"] = { ["color"] = "ec1b24", ["left terminus"] = "Allegheny", ["right terminus"] = "Overbrook Junction", }, ["Overbrook Junction"] = { ["color"] = "ec1b24", ["left terminus"] = "Allegheny", ["right terminus"] = {"Overbrook Junction", "South Hills Village"}, ["note-mid"] = "via Beechview", }, ["South Hills Village"] = { ["color"] = "f48465", ["left terminus"] = "Allegheny", ["right terminus"] = "South Hills Village", ["note-mid"] = "via Beechview", }, }, }, ["Shuttle"] = { ["title"] = "Shuttle", ["color"] = "000000", ["left terminus"] = "Penn Station", ["right terminus"] = "Steel Plaza", ["note-mid"] = "Special events", }, ["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