Difference between revisions of "Module:Adjacent stations/Hudson and Manhattan Railroad"
Jump to navigation
Jump to search
blackwiki>Mackensen (+color) |
blackwiki>Mackensen (c/e) |
||
| Line 9: | Line 9: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station (PATH)", | "%1 station (PATH)", | ||
| − | ["Grove-Henderson"] = "Grove Street station (PATH)", | + | ["Grove-Henderson Streets"] = "Grove Street station (PATH)", |
["Hudson Terminal"] = raw, | ["Hudson Terminal"] = raw, | ||
["Park Place"] = nwk, | ["Park Place"] = nwk, | ||
Revision as of 03:11, 1 March 2019
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