Module:Adjacent stations/Central Railroad of New Jersey

local cnj = "%1 station (Central Railroad of New Jersey)"
local njt = "%1 station (NJ Transit)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Central Railroad of New Jersey]]",
	["system icon"] = "",
	["system color"] = "CE2029",
	["name format"] = "font-family: Arial; background-color: #CE2029; font-size: 200%; text-transform:uppercase; color: #d9d9d9; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
	["station format"] = {
		"%1 station",
		["Allentown"] = cnj,
		["Ashley"] = cnj,
		["Bethlehem"] = cnj,
		["Bridgeton"] = cnj,
		["Calco"] = "Bridgewater station (NJ Transit)",
		["Catasauqua"] = cnj,
		["Claremont"] = cnj,
		["East 22nd Street"] = "22nd Street station (Hudson–Bergen Light Rail)",
		["Easton"] = cnj,
		["Elizabeth"] = cnj,
		["Fanwood–Scotch Plains"] = "Fanwood station",
		["Grant Avenue"] = njt,
        ["Greenville"] = cnj,
        ["Hammonton"] = "Hammonton station (Pennsylvania–Reading Seashore Lines)",
		["Hampton"] = njt,
		["Hudson"] = cnj,
		["Jackson Avenue"] = "Martin Luther King Drive station",
		["Jersey City"] = "Central Railroad of New Jersey Terminal",
		["Lebanon"] = njt,
		["Lehighton"] = cnj,
                ["Liberty Street"] = "Liberty Street Ferry Terminal",
		["Manville–Finderne"] = "Finderne station",
		["Mauch Chunk"] = cnj,
		["Newark"] = cnj,
		["Pacific Avenue"] = cnj,
		["Parsons"] = cnj,
		["Scranton"] = cnj,
		["Shrewsbury"] = cnj,
		["Taylor"] = cnj,
		["Three Bridges"] = cnj,
		["West 8th Street"] = cnj,
		["West End"] = cnj,
		["Westfield"] = njt,
		["Wilkes-Barre"] = cnj,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "CE2029",
		},
		["Atlantic City service"] = {
			["title"] = "[[New Jersey Southern Railroad|Southern Division]] – Atlantic City service",
			["left terminus"] = "Winslow Junction",
			["right terminus"] = "Atlantic City",
		},
        ["Communipaw Ferry"] = {
			["title"] = "[[Communipaw Ferry]]",
			["left terminus"] = "Jersey City",
			["right terminus"] = "Liberty Street",
		},
		["Elizabethport and Perth Amboy Branch"] = {
			["title"] = "[[Elizabethport and Perth Amboy Branch]]",
			["left terminus"] = "Perth Amboy",
			["right terminus"] = "Elizabethport",
		},
		["Freehold Branch"] = {
			["title"] = "Freehold Branch",
			["left terminus"] = "Matawan",
			["right terminus"] = "Freehold",
		},
		["High Bridge Branch"] = {
			["title"] = "[[High Bridge Branch]]",
			["left terminus"] = "High Bridge",
			["right terminus"] = "Hopatcong Junction",
		},
		["Lehigh and Susquehanna Division"] = {
			["title"] = "[[Lehigh and Susquehanna Railroad|Lehigh and Susquehanna Division]]",
			["left terminus"] = "Scranton",
			["right terminus"] = "Phillipsburg",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Scranton",
			["right terminus"] = "Jersey City",
		},
		["Newark and New York Branch"] = {
			["title"] = "[[Newark and New York Branch]]",
			["left terminus"] = "Newark",
			["right terminus"] = "Jersey City",
		},
		["Seashore Branch"] = {
			["title"] = "Seashore Branch",
			["left terminus"] = "Matawan",
			["right terminus"] = "East Long Branch",
		},
                ["Somerville-Jersey City"] = {
			["title"] = "Somerville – Jersey City",
			["left terminus"] = "Somerville",
			["right terminus"] = "Jersey City",
		},
		["South Branch"] = {
			["title"] = "South Branch",
			["left terminus"] = "Flemington",
			["right terminus"] = "Somerville",
		},
		["Southern Division"] = {
			["title"] = "[[New Jersey Southern Railroad|Southern Division]]",
			["left terminus"] = "Bridgeton",
			["right terminus"] = "Red Bank",
		},
		["Suburban service"] = {
			["title"] = "Suburban service<br/><small>to Elizabethport</small>",
			["left terminus"] = "Elizabethport",
			["right terminus"] = "Jersey City",
		},
	},
	["aliases"] = {
		["freehold"] = "Freehold Branch",
		["high bridge"] = "High Bridge Branch",
		["seashore"] = "Seashore Branch",
	}, 
}

return p