Module:Adjacent stations/Hudson and Manhattan Railroad
< Module:Adjacent stations
Jump to navigation
Jump to search
Revision as of 03:11, 1 March 2019 by blackwiki>Mackensen (c/e)
Documentation for this module may be created at Module:Adjacent stations/Hudson and Manhattan Railroad/doc
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 Streets"] = "Grove Street station (PATH)",
["Hudson Terminal"] = raw,
["Park Place"] = nwk,
},
["lines"] = {
["Park Place-Hudson"] = {
["title"] = "[[Park Place – Hudson Terminal]]",
["color"] = "5c7c45",
["left terminus"] = "Park Place",
["right terminus"] = "Hudson Terminal",
},
},
}
return p