Jump to content

Module:Adjacent stations/PATH: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
cleanup
update Newark
Line 10: Line 10:
["Journal Square"] = "Journal Square Transportation Center",
["Journal Square"] = "Journal Square Transportation Center",
["Hoboken"] = "Hoboken Terminal#Rapid transit rail",
["Hoboken"] = "Hoboken Terminal#Rapid transit rail",
["Newark"] = "Pennsylvania Station (Newark)",
["Newark"] = "Newark Penn Station",
},
},
["lines"] = {
["lines"] = {

Revision as of 11:53, 19 July 2023

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: #0047BB; 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"] = "0047BB",
	["header text color"] = "ffffff",
	["station format"] = {
		"%1 station (PATH)",
		["Journal Square"] = "Journal Square Transportation Center",
		["Hoboken"] = "Hoboken Terminal#Rapid transit rail",
		["Newark"] = "Newark Penn Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "252525",	
		},
		["HOB-33"] = {
			["title"] = "[[Hoboken–33rd Street|HOB–33]]",
			["color"] = "0082c6",
			["text color"] = "FFFFFF",
			["left terminus"] = "Hoboken",
			["right terminus"] = "33rd Street",
		},
		["HOB-WTC"] = {
			["title"] = "[[Hoboken–World Trade Center|HOB–WTC]]",
			["color"] = "009e58",
			["text color"] = "FFFFFF",
			["left terminus"] = "Hoboken",
			["right terminus"] = "World Trade Center",
		},
		["JSQ-33"] = {
			["title"] = "[[Journal Square–33rd Street|JSQ–33]]",
			["color"] = "fdb827",
			["text color"] = "FFFFFF",
			["left terminus"] = "Journal Square",
			["right terminus"] = "33rd Street",
		},
		["JSQ-33 (via HOB)"] = {
			["title"] = "[[Journal Square–33rd Street (via Hoboken)|JSQ–33 (via HOB)]]",
			["color"] = "000000",
			["text color"] = "fdb827",
			["left terminus"] = "Journal Square",
			["right terminus"] = "33rd Street",
		},
		["NWK-WTC"] = {
			["title"] = "[[Newark–World Trade Center|NWK–WTC]]",
			["color"] = "ef3941",
			["text color"] = "FFFFFF",
			["left terminus"] = "Newark",
			["right terminus"] = "World Trade Center",
		},
	},
}

return p