Module:Adjacent stations/New York, Susquehanna and Western Railroad
MyWikiBiz, Author Your Legacy — Thursday November 06, 2025
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:38, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/New York, Susquehanna and Western Railroad)
Documentation for this module may be created at Module:Adjacent stations/New York, Susquehanna and Western Railroad/doc
local nj = "%1 station (New Jersey)"
local nysw = "%1 station (New York, Susquehanna and Western Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[New York, Susquehanna and Western Railroad]]",
["system icon"] = "",
["system color"] = "FFCC00",
["station format"] = {
"%1 station",
["Butler"] = nj,
["Hawthorne"] = nysw,
["Jersey City"] = "Pavonia Terminal",
["Maywood"] = "Maywood Station Museum",
["Newfoundland"] = nysw,
["Prospect Avenue"] = nysw,
["Riverside"] = nysw,
},
["lines"] = {
["_default"] = {
["color"] = "FFCC00",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Stroudsburg",
["right terminus"] = {"Susquehanna Transfer", "Jersey City"},
},
["Paterson City Branch"] = {
["title"] = "Paterson City Branch",
["left terminus"] = "Paterson City",
["right terminus"] = {"Susquehanna Transfer", "Jersey City"},
},
["Hanford Branch"] = {
["title"] = "Hanford Branch",
["left terminus"] = "Hanford",
["right terminus"] = "Beaver Lake",
},
},
}
return p