Module:Adjacent stations/NYCDOT

From Wikipedia, the free encyclopedia

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