Module:Adjacent stations/PATH/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/PATH (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Port Authority of New York and New Jersey. For AirTrain JFK and AirTrain Newark, use Module:Adjacent stations/PANYNJ.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
HOB–33 | HOB-33 |
0082c6 |
| |
HOB–WTC | HOB-WTC |
009e58 |
| |
JSQ–33 | JSQ-33 |
fdb827 |
| |
JSQ–33 (via HOB) | JSQ-33 (via HOB) |
000000 |
| |
NWK–WTC | NWK-WTC |
ef3941 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[PATH (rail system)|PATH]]",
["system icon"] = "[[File:PATH logo.svg|18px|link=PATH (rail system)]]",
["name format"] = "font-family: Lucida Grande; background-color: #0094da; font-size: 175%; color: white; padding: 0.5em; line-height: 1; white-space: nowrap; border: 0px solid #007fcd; margin: 0.25em; text-align: center;",
["header background color"] = "0094da",
["header text color"] = "ffffff",
["infobox station"] = {
["_header"] = {
["font-family"] = "Lucida Grande",
["background-color"] = "#0094DA",
["font-size"] = "175%",
["color"] = "white",
["padding"] = "0.5em",
["line-height"] = "1",
["white-space"] = "nowrap",
["border"] = "0px solid #007FCD",
["margin"] = "0.25em",
["text-align"] = "center"
},
["_subheader"] = {
["background-color"] = "#0094DA",
["color"] = "#FFFFFF"
}
},
["station format"] = {
"%1 station (PATH)",
["Journal Square"] = "Journal Square Transportation Center#Rapid transit",
["Hoboken"] = "Hoboken Terminal#Rapid transit rail",
["Newark"] = "Pennsylvania Station (Newark)",
},
["lines"] = {
["_default"] = {
["color"] = "252525",
},
["HOB-33"] = {
["title"] = "[[Hoboken–33rd Street|HOB–33]]",
["color"] = "0082c6",
["left terminus"] = "Hoboken",
["right terminus"] = "33rd Street",
},
["HOB-WTC"] = {
["title"] = "[[Hoboken–World Trade Center|HOB–WTC]]",
["color"] = "009e58",
["left terminus"] = "Hoboken",
["right terminus"] = "World Trade Center",
},
["JSQ-33"] = {
["title"] = "[[Journal Square–33rd Street|JSQ–33]]",
["color"] = "fdb827",
["left terminus"] = "Journal Square",
["right terminus"] = "33rd Street",
},
["JSQ-33 (via HOB)"] = {
["title"] = "[[Journal Square–33rd Street (via Hoboken)|JSQ–33 (via HOB)]]",
["left terminus"] = "Journal Square",
["right terminus"] = "33rd Street",
},
["NWK-WTC"] = {
["title"] = "[[Newark–World Trade Center|NWK–WTC]]",
["color"] = "ef3941",
["left terminus"] = "Newark",
["right terminus"] = "World Trade Center",
},
},
}
return p