Module:Adjacent stations/New York, Susquehanna and Western Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by New York, Susquehanna and Western Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
FFCC00 |
| |
Paterson City Branch | Paterson City Branch |
FFCC00 |
| |
Hanford Branch | Hanford Branch |
FFCC00 |
|
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,
["Crystal Lake"] = nj,
["Hawthorne"] = nysw,
["Jersey City"] = "Pavonia Terminal",
["Maywood"] = "Maywood Station Museum",
["Newfoundland"] = nysw,
["Oakland"] = nj,
["Prospect Avenue"] = nysw,
["Susquehanna Transfer"] = "%1",
["Riverside"] = nysw,
["West Oakland"] = nj,
},
["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