Jump to content

Module:Adjacent stations/New York, Westchester and Boston Railway

From Wikipedia, the free encyclopedia

local mnrr = "%1 station (Metro-North)"
local nycs = "%1 station (IRT Dyre Avenue Line)"
local nywb = "%1 station (New York, Westchester and Boston Railway)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[New York, Westchester and Boston Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["180th Street"] = "East 180th Street station",
		["Dyre Avenue"] = "Eastchester–Dyre Avenue station",
		["Gun Hill Road"] = nycs,
		["Harrison"] = mnrr,
		["Hunts Point"] = "Hunts Point station (Metro-North)",
		["Kingsbridge Road"] = nywb,
		["Pelham Parkway"] = nycs,
		["Rye"] = mnrr,
		["West Street"] = nywb,
		["White Plains"] = nywb,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "6eb450",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Harlem River",
			["right terminus"] = "Columbus Avenue",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Columbus Avenue",
					["right terminus"] = "Harlem River",
				},
			},
		},
		["White Plains Branch"] = {
			["title"] = "White Plains Branch",
			["left terminus"] = "Columbus Avenue",
			["right terminus"] = "White Plains",
		},
		["Port Chester Branch"] = {
			["title"] = "Port Chester Branch",
			["left terminus"] = "Columbus Avenue",
			["right terminus"] = "Port Chester",
		},
	},
}

return p