Module:Adjacent stations/Hudson and Manhattan Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hudson and Manhattan Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Summit-33rd |
5c7c45 |
| |
Park Place – Hudson Terminal | Park Place-Hudson |
5c7c45 |
|
local nwk = "%1 station (Newark)"
local raw = "%1"
local p = {
["lang"] = "en-US",
["system title"] = "[[Hudson and Manhattan Railroad]]",
["system icon"] = "",
["system color"] = "5c7c45",
["station format"] = {
"%1 station (PATH)",
["Grove-Henderson"] = "Grove Street station (PATH)",
["Hudson Terminal"] = raw,
["Park Place"] = nwk,
},
["lines"] = {
["Park Place-Hudson"] = {
["title"] = "[[Park Place – Hudson Terminal]]",
["left terminus"] = "Park Place",
["right terminus"] = "Hudson Terminal",
},
},
}
return p