Module:Adjacent stations/New York Central and Hudson River Railroad

local mnrr = "%1 station (Metro-North)"
local ny = "%1 station (New York)"
local nyc = "%1 station (New York Central Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[New York Central & Hudson River Railroad]]",
	["system icon"] = "",
	["name format"] = "font-family: Arial; background-color: #000000; font-size: 200%; text-transform:uppercase; color: #D4AF37; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 7px solid #D4AF37; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; border-bottom-left-radius: 0.5em; margin: 0.25em; text-align: center;",
	["station format"] = {
		"%1 station",
		["110th Street"] = nyc,
		["125th Street"] = "Harlem–125th Street station",
		["155th Street"] = "155th Street station (IRT Ninth Avenue Line)",
		["138th Street"] = nyc,
		["22nd Street"] = nyc,
		["59th Street"] = nyc,
		["72nd Street"] = nyc,
		["86th Street"] = nyc,
		["Chatham"] = "Union Station (Chatham, New York)",
		["New York"] = "Grand Central Terminal",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "808080",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Chicago",
			["right terminus"] = "New York",
		},
		["Hudson Division"] = {
			["title"] = "[[Hudson Division]]",
			["left terminus"] = "Peekskill",
			["right terminus"] = "New York",
		},
		["Harlem Division"] = {
			["title"] = "[[Harlem Division]]",
			["left terminus"] = "New York",
			["right terminus"] = "Chatham",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",
	}
}

return p