Jump to content

Module:Adjacent stations/Hudson and Manhattan Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 03:11, 1 March 2019 (c/e). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local nwk = "%1 station (Newark)"
local raw = "%1"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Hudson and Manhattan Railroad]]",
	["system icon"] = "",
	["system color"] = "5c7c45",
	["station format"] = {
		"%1 station (PATH)",
		["Grove-Henderson Streets"] = "Grove Street station (PATH)",
		["Hudson Terminal"] = raw,
		["Park Place"] = nwk,
	},
	["lines"] = {
		["Park Place-Hudson"] = {
			["title"] = "[[Park Place – Hudson Terminal]]",
			["color"] = "5c7c45",
			["left terminus"] = "Park Place",
			["right terminus"] = "Hudson Terminal",
		},
	},
}

return p