Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/PATH/sandbox

From Wikipedia, the free encyclopedia
local p = {
	["lang"] = "en-US",
	["system title"] = "[[PATH (rail system)|PATH]]",
	["system icon"] = "[[File:PATH logo.svg|18px|link=PATH (rail system)]]",
	["name format"] = "font-family: Lucida Grande; background-color: #0094da; font-size: 175%; color: white; padding: 0.5em; line-height: 1; white-space: nowrap; border: 0px solid #007fcd; margin: 0.25em; text-align: center;",
	["header background color"] = "0094da",
	["header text color"] = "ffffff",
	["infobox station"] = {
		["_header"] = {
			["font-family"] = "Lucida Grande",
			["background-color"] = "#0094DA",
			["font-size"] = "175%",
			["color"] = "white",
			["padding"] = "0.5em",
			["line-height"] = "1",
			["white-space"] = "nowrap",
			["border"] = "0px solid #007FCD",
			["margin"] = "0.25em",
			["text-align"] = "center"
		},
		["_subheader"] = {
			["background-color"] = "#0094DA",
			["color"] = "#FFFFFF"
		}
	},	
	["station format"] = {
		"%1 station (PATH)",
		["Journal Square"] = "Journal Square Transportation Center#Rapid transit",
		["Hoboken"] = "Hoboken Terminal#Rapid transit rail",
		["Newark"] = "Pennsylvania Station (Newark)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "252525",	
		},
		["HOB-33"] = {
			["title"] = "[[Hoboken–33rd Street|HOB–33]]",
			["color"] = "0082c6",
			["left terminus"] = "Hoboken",
			["right terminus"] = "33rd Street",
		},
		["HOB-WTC"] = {
			["title"] = "[[Hoboken–World Trade Center|HOB–WTC]]",
			["color"] = "009e58",
			["left terminus"] = "Hoboken",
			["right terminus"] = "World Trade Center",
		},
		["JSQ-33"] = {
			["title"] = "[[Journal Square–33rd Street|JSQ–33]]",
			["color"] = "fdb827",
			["left terminus"] = "Journal Square",
			["right terminus"] = "33rd Street",
		},
		["JSQ-33 (via HOB)"] = {
			["title"] = "[[Journal Square–33rd Street (via Hoboken)|JSQ–33 (via HOB)]]",
			["left terminus"] = "Journal Square",
			["right terminus"] = "33rd Street",
		},
		["NWK-WTC"] = {
			["title"] = "[[Newark–World Trade Center|NWK–WTC]]",
			["color"] = "ef3941",
			["left terminus"] = "Newark",
			["right terminus"] = "World Trade Center",
		},
	},
}

return p