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:07, 1 March 2019 (Created page with 'local nwk = "%1 station (Newark)" local raw = "%1" local p = { ["lang"] = "en-US", ["system title"] = "Hudson and Manhattan Railroad", ["system icon"] =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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"] = "Grove Street station (PATH)",
		["Hudson Terminal"] = raw,
		["Park Place"] = nwk,
	},
	["lines"] = {
		["Park Place-Hudson"] = {
			["title"] = "[[Park Place – Hudson Terminal]]",
			["left terminus"] = "Park Place",
			["right terminus"] = "Hudson Terminal",
		},
	},
}

return p