Difference between revisions of "Module:Adjacent stations/Hudson and Manhattan Railroad"
Jump to navigation
Jump to search
blackwiki>Mackensen (+Manhattan Transfer) |
m (6 revisions imported) |
||
| (2 intermediate revisions by one other user not shown) | |||
| 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, | ||
["Manhattan Transfer"] = stn, | ["Manhattan Transfer"] = stn, | ||
["Park Place"] = nwk, | ["Park Place"] = nwk, | ||
| + | ["Summit Avenue"] = "Journal Square Transportation Center#History", | ||
}, | }, | ||
["lines"] = { | ["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"] = { | ["Park Place-Hudson"] = { | ||
["title"] = "[[Park Place – Hudson Terminal]]", | ["title"] = "[[Park Place – Hudson Terminal]]", | ||
Latest revision as of 12:37, 26 September 2020
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,
["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