Module:Adjacent stations/New York, Susquehanna and Western Railroad
MyWikiBiz, Author Your Legacy — Monday September 16, 2024
Jump to navigationJump to searchDocumentation 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