Module:Adjacent stations/Conrail
MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/Conrail/doc
local erie = "%1 station (Erie Railroad)" local ny = "%1 station (New York)" local p = { ["lang"] = "en-US", ["system title"] = "[[Conrail]]", ["system icon"] = "", ["station format"] = { "%1 station", ["Albany"] = "Union Station (Albany, New York)", ["Castleton"] = "Castleton-on-Hudson station (New York)", ["Cleveland"] = "Tower City Center#Cleveland Union Terminal", ["Cranford"] = "Cranford station", ["East 22nd Street"] = "22nd Street station (Hudson–Bergen Light Rail)", ["East 33rd Street"] = "34th Street station (Hudson–Bergen Light Rail)", ["Elizabeth"] = "Elizabeth station (Central Railroad of New Jersey)", ["Hudson"] = ny, ["New York"] = "Grand Central Terminal", ["Niles"] = erie, ["Rensselaer"] = "Albany–Rensselaer station", ["Stockport"] = ny, ["West 8th Street"] = "8th Street station (Hudson–Bergen Light Rail)", }, ["lines"] = { ["_default"] = { ["color"] = "0f1b4e", }, ["Bayonne Scoot"] = { ["title"] = "[[Cranford–Bayonne Shuttle]]", ["left terminus"] = "Cranford", ["right terminus"] = "East 33rd Street", }, ["Cleveland-Youngstown"] = { ["title"] = "[[Cleveland commuter rail|Cleveland-Youngstown]]", ["left terminus"] = "Cleveland", ["right terminus"] = "Youngstown", }, ["Hudson Line"] = { ["title"] = "[[Hudson Line (Metro-North)|Hudson Line]]", ["left terminus"] = "Albany", ["right terminus"] = "New York", }, }, ["aliases"] = { ["hudson"] = "Hudson Line", } } return p