Difference between revisions of "Module:Adjacent stations/Conrail"
Jump to navigation
Jump to search
blackwiki>Mackensen (+Niles) |
blackwiki>Mitchazenia (add) |
||
| Line 12: | Line 12: | ||
["Cleveland"] = "Tower City Center#Cleveland Union Terminal", | ["Cleveland"] = "Tower City Center#Cleveland Union Terminal", | ||
["Hudson"] = ny, | ["Hudson"] = ny, | ||
| + | ["Cranford"] = njt, | ||
["New York"] = "Grand Central Terminal", | ["New York"] = "Grand Central Terminal", | ||
["Niles"] = erie, | ["Niles"] = erie, | ||
| Line 17: | Line 18: | ||
["Rensselaer"] = "Albany–Rensselaer station", | ["Rensselaer"] = "Albany–Rensselaer station", | ||
["Stockport"] = ny, | ["Stockport"] = ny, | ||
| + | ["West 8th Street"] = cnj, | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
["_default"] = { | ["_default"] = { | ||
["color"] = "0f1b4e", | ["color"] = "0f1b4e", | ||
| + | }, | ||
| + | ["Bayonne Scoots"] = { | ||
| + | ["title"] = "''[[Bayonne Scoots]]''", | ||
| + | ["left terminus"] = "Cranford", | ||
| + | ["right terminus"] = "West 8th Street", | ||
}, | }, | ||
["Cleveland-Youngstown"] = { | ["Cleveland-Youngstown"] = { | ||
Revision as of 04:13, 18 August 2020
Documentation 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",
["Hudson"] = ny,
["Cranford"] = njt,
["New York"] = "Grand Central Terminal",
["Niles"] = erie,
["Pittsburgh"] = "Union Station (Pittsburgh)",
["Rensselaer"] = "Albany–Rensselaer station",
["Stockport"] = ny,
["West 8th Street"] = cnj,
},
["lines"] = {
["_default"] = {
["color"] = "0f1b4e",
},
["Bayonne Scoots"] = {
["title"] = "''[[Bayonne Scoots]]''",
["left terminus"] = "Cranford",
["right terminus"] = "West 8th 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",
},
["Parkway Limited"] = {
["title"] = "''[[Parkway Limited]]''",
["left terminus"] = "Pittsburgh",
["right terminus"] = "Greensburg",
},
},
["aliases"] = {
["hudson"] = "Hudson Line",
}
}
return p