This is a data module for Module:Adjacent stations. It supports services operated by Hudson and Manhattan Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Summit Avenue–33rd Street | Summit-33rd |
5c7c45 |
| |
Park Place – Hudson Terminal | Park Place-Hudson |
5c7c45 |
|
local hm = "%1 station (H&M)"
local nwk = "%1 station (Newark)"
local raw = "%1"
local stn = "%1 station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Hudson and Manhattan Railroad]]",
["system icon"] = "",
["system color"] = "5c7c45",
["station format"] = {
"%1 station (PATH)",
["19th Street"] = hm,
["Grove-Henderson Streets"] = "Grove Street station (PATH)",
["Hudson Terminal"] = raw,
["Manhattan Transfer"] = stn,
["Park Place"] = nwk,
["Summit Avenue"] = "Journal Square Transportation Center#History",
},
["lines"] = {
["Summit-33rd"] = {
["title"] = "[[Journal Square–33rd Street#History|Summit Avenue–33rd Street]]",
["color"] = "5c7c45",
["left terminus"] = "Summit Avenue",
["right terminus"] = "Hudson Terminal",
},
["Park Place-Hudson"] = {
["title"] = "[[Park Place – Hudson Terminal]]",
["color"] = "5c7c45",
["left terminus"] = "Park Place",
["right terminus"] = "Hudson Terminal",
},
},
}
return p