Jump to content

Module:Adjacent stations/PANYNJ

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:43, 9 May 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Port Authority of New York and New Jersey", ["system icon"] = "", ["station format"] = { "%1 statio...'). 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 p = {
	["lang"] = "en-US",
	["system title"] = "[[Port Authority of New York and New Jersey]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Howard Beach"] = "Howard Beach–JFK Airport (IND Rockaway Line)",
		["Jamaica"] = "Jamaica station#AirTrain station",
		["Newark Airport"] = "[[Newark Liberty International Airport Station|Newark Liberty Int'l Airport]]",
	},
	["lines"] = {
		["AirTrain JFK"] = {
			["title"] = "[[AirTrain JFK]]",
			["color"] = "2A99DA",
		},
		["AirTrain Newark"] = {
			["title"] = "[[AirTrain Newark]]",
			["color"] = "c3114e",
		},
	},
}

return p