Module:Adjacent stations/NYCDOT
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the New York City Department of Transportation.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Staten Island Ferry | Staten Island Ferry or sif |
FFA500 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[New York City Department of Transportation|NYCDOT]]",
["system icon"] = "",
["station format"] = {
["St. George"] = "St. George Terminal",
["Whitehall Terminal"] = "Staten Island Ferry Whitehall Terminal",
},
["lines"] = {
["Staten Island Ferry"] = {
["title"] = "[[Staten Island Ferry]]",
["short name"] = "SI",
["color"] = "FFA500",
["text color"] = "FFFFFF",
["left terminus"] = "St. George",
["right terminus"] = "Whitehall Terminal",
},
},
["aliases"] = {
["sif"] = "Staten Island Ferry",
}
}
return p