Module:Adjacent stations/New York, Westchester and Boston Railway
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by New York, Westchester and Boston Railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
6eb450 |
| |
White Plains Branch | White Plains Branch |
6eb450 |
| |
Port Chester Branch | Port Chester Branch |
6eb450 |
|
local mnrr = "%1 station (Metro-North)"
local nycs = "%1 station (IRT Dyre Avenue Line)"
local nywb = "%1 station (New York, Westchester and Boston Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[New York, Westchester and Boston Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["180th Street"] = "East 180th Street station",
["Dyre Avenue"] = "Eastchester–Dyre Avenue station",
["Gun Hill Road"] = nycs,
["Harlem River"] = "Willis Avenue station",
["Harlem River via Columbus"] = "[[Willis Avenue station|Harlem River]] via [[Columbus Avenue station|Columbus Avenue]]",
["Harrison"] = mnrr,
["Hunts Point"] = "Hunts Point station (Metro-North)",
["Kingsbridge Road"] = nywb,
["Pelham Parkway"] = nycs,
["Rye"] = mnrr,
["West Street"] = nywb,
["White Plains"] = nywb,
["WP or PC via Columbus"] = "[[White Plains station (New York, Westchester and Boston Railway)|White Plains]] or [[Port Chester station|Port Chester]] via [[Columbus Avenue station|Columbus Avenue]]",
},
["lines"] = {
["_default"] = {
["color"] = "6eb450",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Harlem River",
["right terminus"] = "WP or PC via Columbus",
["types"] = {
["reverse"] = {
["title"] = "",
["left terminus"] = "WP or PC via Columbus",
["right terminus"] = "Harlem River",
},
},
},
["White Plains Branch"] = {
["title"] = "White Plains Branch",
["left terminus"] = "Harlem River via Columbus",
["right terminus"] = "White Plains",
},
["Port Chester Branch"] = {
["title"] = "Port Chester Branch",
["left terminus"] = "Harlem River via Columbus",
["right terminus"] = "Port Chester",
},
},
}
return p