Module:Adjacent stations/New York and Long Branch Railroad

From Wikipedia, the free encyclopedia

local nj = "%1 station (New Jersey)"
local njt = "%1 station (NJ Transit)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[New York and Long Branch Railroad]]",
	["system icon"] = "",
	["system color"] = "B52424",
	["station format"] = {
		"%1 station",
		["Bay Head Junction"] = "Bay Head station",
		["Como"] = nj,
		["Deal"] = nj,
		["Matawan"] = "Aberdeen-Matawan station",
		["Middletown"] = njt,
		["Morgan"] = nj,
		["West End"] = nj,
	},
	["lines"] = {
		["Main Line"] = {
			["title"] = "Main Line",
			["color"] = "B52424",
			["left terminus"] = "Bay Head Junction",
			["right terminus"] = "Perth Amboy",
		},
	},
}

return p