Jump to content

Module:Adjacent stations/NYC Ferry

From Wikipedia, the free encyclopedia

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"] = "Fulton Ferry, Brooklyn",
		["East 34th Street"] = "East 34th Street Ferry Landing",
		["Pier 11/Wall Street"] = "%1",
		["St. George"] = "St. George Terminal",
		["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",
			["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"] = "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