Module:Adjacent stations/Staten Island Railway former
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by the Staten Island Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Tottenville – St. George | Main Line |
00005A |
| |
North Shore Branch | North Shore |
00005A |
| |
South Beach Branch | South Beach |
00005A |
|
local sta = "%1 station"
local SIR = "%1 station (Staten Island Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Staten Island Railway]]",
["station format"] = {
sta,
["Arlington"] = SIR,
["Clifton"] = SIR,
["Elm Park"] = SIR,
["Livingston"] = SIR,
["New Brighton"] = SIR,
["Ocean Park"] = SIR,
["St. George"] = "[[St. George Terminal#Staten Island Railway station|St. George]]",
["Tower Hill"] = SIR,
},
["lines"] = {
["Main Line"] = {
["title"] = "[[Staten Island Railway|Tottenville – St. George]]",
["color"] = "00005A",
["left terminus"] = "St. George",
["right terminus"] = "Tottenville",
},
["North Shore"] = {
["title"] = "[[North Shore Branch]]",
["color"] = "00005A",
["left terminus"] = "Port Ivory",
["right terminus"] = "St. George",
},
["South Beach"] = {
["title"] = "[[South Beach Branch]]",
["color"] = "00005A",
["left terminus"] = "Clifton",
["right terminus"] = "Wentworth Avenue",
},
},
}
return p