Jump to content

Module:Adjacent stations/NYCDOT

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:53, 5 February 2022 (add short name). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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",
			["left terminus"] = "St. George",
			["right terminus"] = "Whitehall Terminal",
		},
	},
	["aliases"] = {
		["sif"] = "Staten Island Ferry",
	}
}

return p