Difference between revisions of "Module:Adjacent stations/Hudson and Manhattan Railroad"
Jump to navigation
Jump to search
blackwiki>Mackensen (+Manhattan Transfer) |
blackwiki>Mackensen (+19th Street) |
||
| Line 1: | Line 1: | ||
| + | local hm = "%1 station (H&M)" | ||
local nwk = "%1 station (Newark)" | local nwk = "%1 station (Newark)" | ||
local raw = "%1" | local raw = "%1" | ||
| Line 10: | Line 11: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station (PATH)", | "%1 station (PATH)", | ||
| + | ["19th Street"] = hm, | ||
["Grove-Henderson Streets"] = "Grove Street station (PATH)", | ["Grove-Henderson Streets"] = "Grove Street station (PATH)", | ||
["Hudson Terminal"] = raw, | ["Hudson Terminal"] = raw, | ||
Revision as of 16:11, 9 May 2019
Documentation for this module may be created at Module:Adjacent stations/Hudson and Manhattan Railroad/doc
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,
},
["lines"] = {
["Park Place-Hudson"] = {
["title"] = "[[Park Place – Hudson Terminal]]",
["color"] = "5c7c45",
["left terminus"] = "Park Place",
["right terminus"] = "Hudson Terminal",
},
},
}
return p