This is a data module for Module:Adjacent stations. It supports services operated by NYC Ferry.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Astoria | Astoria or ast |
ff6a00 |
| |
Coney Island | Coney Island or ci |
01A786 |
| |
East River | East River or er |
008199 |
| |
Governors Island | Governors Island or gi |
c2c2c2 |
| |
Rockaway | Rockaway or rw |
b219aa |
| |
Soundview | Soundview or sv |
4f008c |
| |
South Brooklyn | South Brooklyn or sb |
ffd000 |
| |
St. George | St. George or st |
D7006E |
|
local ferry = "%1 Ferry Terminal"
local p = {
["lang"] = "en-US",
["system title"] = "[[NYC Ferry]]",
["system icon"] = "",
["station format"] = {
"List of NYC Ferry stops#%1",
["Battery Park City"] = ferry,
["Dumbo/Fulton Ferry"] = "List of NYC Ferry stops#DUMBO",
["Dumbo"] = "[[List of NYC Ferry stops#DUMBO|DUMBO]]",
["34th St"] = "[[East 34th Street Ferry Landing|East 34th Street]]",
["Midtown-East 34th St"] = "[[East 34th Street Ferry Landing|East 34th Street]]",
["East 34th Street"] = "East 34th Street Ferry Landing",
["Pier 11/Wall Street"] = "%1",
["Pier 11/Wall St"] = "[[Pier 11/Wall Street]]",
["St. George"] = "St. George Terminal",
["Stuyvesant Town"] = "[[List of NYC Ferry stops#Stuyvesant Cove|Stuyvesant Cove]]",
["West Midtown"] = ferry,
},
["lines"] = {
["_default"] = {
["title"] = "[[NYC Ferry#%1 Ferry|%1]]",
["text color"] = "FFFFFF",
},
["Astoria"] = {
["short name"] = "AST",
["color"] = "ff6a00",
["left terminus"] = "Pier 11/Wall Street",
["right terminus"] = "East 90th Street",
},
["Coney Island"] = {
["short name"] = "CI",
["note-mid"] = "Proposed, TBD",
["color"] = "01A786",
["left terminus"] = "Pier 11/Wall Street",
["right terminus"] = "Coney Island",
},
["East River"] = {
["short name"] = "ER",
["color"] = "008199",
["left terminus"] = "Pier 11/Wall Street",
["right terminus"] = "Hunters Point South",
},
["Governors Island"] = {
["short name"] = "GI",
["color"] = "c2c2c2",
["left terminus"] = "Pier 11/Wall Street",
["right terminus"] = "Governors Island",
},
["Rockaway"] = {
["short name"] = "RW",
["color"] = "b219aa",
["left terminus"] = "Pier 11/Wall Street",
["right terminus"] = "Rockaway",
},
["Soundview"] = {
["short name"] = "SV",
["color"] = "4f008c",
["left terminus"] = "Pier 11/Wall Street",
["right terminus"] = "Throgs Neck/Ferry Point Park",
},
["South Brooklyn"] = {
["short name"] = "SB",
["color"] = "ffd000",
["text color"] = "000000",
["left terminus"] = "Corlears Hook",
["right terminus"] = "Bay Ridge",
},
["St. George"] = {
["short name"] = "ST",
["color"] = "D7006E",
["left terminus"] = "St. George",
["right terminus"] = "West Midtown",
},
},
["aliases"] = {
["ast"] = "Astoria",
["ci"] = "Coney Island",
["er"] = "East River",
["gi"] = "Governors Island",
["rw"] = "Rockaway",
["sb"] = "South Brooklyn",
["st"] = "St. George",
["sv"] = "Soundview",
},
}
return p