Jump to content

Module:Adjacent stations/Metro-North Railroad

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 01:49, 11 March 2019 (Created page with 'local ct = "%1 station (Connecticut)" local mnrr = "%1 station (Metro-North)" local ny = "%1 station (New York)" local p = { ["system title"] = "[[Metro-North...'). 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 ct = "%1 station (Connecticut)"
local mnrr = "%1 station (Metro-North)"
local ny = "%1 station (New York)"

local p = {
	["system title"] = "[[Metro-North Railroad]]",
	["system icon"] = "[[File:MTA NYC logo.svg|16px|link=Metro-North Railroad]]",
	["name format"] = {
		"background-color: white; border-top: 10px solid #000000; font-size: 200%; font-family:Helvetica, Arial, sans-serif; font-weight: bolder; font-style: italic; line-height: 110%; text-align: left;",
		["Harlem"] = "background-color: white; border-top: 10px solid #0039A6; font-size: 200%; font-family:Helvetica, Arial, sans-serif; font-weight: bolder; font-style: italic; line-height: 110%; text-align: left;",
		["Hudson"] = "background-color: white; border-top: 10px solid #009B3A; font-size: 200%; font-family:Helvetica, Arial, sans-serif; font-weight: bolder; font-style: italic; line-height: 110%; text-align: left;",
		["New Haven Connecticut"] = "background-color: white; border-top: 10px solid #EE0034; font-size: 200%; font-family:Helvetica, Arial, sans-serif; font-weight: bolder; line-height: 110%; color:#EE0034; text-align: left;",
		["New Haven New York"] = "background-color: white; border-top: 10px solid #EE0034; font-size: 200%; font-family:Helvetica, Arial, sans-serif; font-weight: bolder; font-style: italic; line-height: 110%; text-align: left;",
		["Port Jervis"] = "background-color: white; border-top: 10px solid #FF7900; font-size: 200%; font-family:Helvetica, Arial, sans-serif; font-weight: bolder; font-style: italic; line-height: 110%; text-align: left;",
	},
	["station format"] = {
		"%1 station",
		["Botanical Garden"] = mnrr,
		["Bridgeport"] = ct,
		["Brookfield"] = mnrr,
		["Chatham"] = "Union Station (Chatham, New York)",
		["Chester"] = mnrr,
		["Danbury"] = mnrr,
		["Fairfield"] = mnrr,
		["Garrison"] = mnrr,
		["Georgetown"] = mnrr,
		["Glenbrook"] = mnrr,
		["Glenwood"] = mnrr,
		["Grand Central"] = "Grand Central Terminal",
		["Greenwich"] = mnrr,
		["Harrison"] = mnrr,
		["Hawthorne"] = mnrr,
		["Hoboken"] = "Hoboken Terminal",
		["Inwood"] = mnrr,
		["Irvington"] = mnrr,
		["Ludlow"] = mnrr,
		["Milford"] = ct,
		["Monroe"] = mnrr,
		["Montrose"] = mnrr,
		["Morris Park"] = mnrr,
		["Mount Pleasant"] = mnrr,
		["New Haven"] = "Union Station (New Haven)",
		["New York"] = "[[Pennsylvania Station (New York City)|New York Penn Station]]",
		["Orange"] = mnrr,
		["Parkchester"] = mnrr,
		["Patterson"] = mnrr,
		["Redding"] = mnrr,
		["Riverdale"] = mnrr,
		["Riverside"] = mnrr,
		["Rye"] = mnrr,
		["Scarborough"] = mnrr,
		["Secaucus Junction"] = "[[Secaucus Junction]]",
		["Southport"] = mnrr,
		["Spring Valley"] = ny,
		["Stamford"] = "Stamford Transportation Center",
		["Stratford"] = ct,
		["Tremont"] = mnrr,
		["Wakefield"] = mnrr,
		["Westport"] = mnrr,
		["Wilton"] = mnrr,
		["Woodlawn "] = mnrr,
		["Woodside"] = mnrr,
	},
	["lines"] = {
		["Danbury Branch"] = {
			["title"] = "[[Danbury Branch]]",
			["color"] = "EE0034",
			["left terminus"] = "Grand Central",
			["right terminus"] = "Danbury",
		},
		["Harlem"] = {
			["title"] = "[[Harlem Line]]",
			["color"] = "0039A6",
			["left terminus"] = "Grand Central",
			["right terminus"] = "Wassaic",
		},
		["Hudson"] = {
			["title"] = "[[Hudson Line (Metro-North)|Hudson Line]]",
			["color"] = "009B3A",
			["left terminus"] = "Grand Central",
			["right terminus"] = "Poughkeepsie",
		},
		["New Caanan Branch"] = {
			["title"] = "[[New Caanan]]",
			["color"] = "EE0034",
			["left terminus"] = "Grand Central",
			["right terminus"] = "New Caanan",
		},
		["New Haven"] = {
			["title"] = "[[New Haven Line]]",
			["color"] = "EE0034",
			["left terminus"] = "Grand Central",
			["right terminus"] = "New Haven State Street",
		},
		["Port Jervis"] = {
			["title"] = "[[Port Jervis Line]]",
			["color"] = "FF7900",
			["left terminus"] = "Port Jervis",
			["right terminus"] = "Hoboken",
		},
		["Waterbury Branch"] = {
			["title"] = "[[Waterbury Branch]]",
			["color"] = "EE0034",
			["left terminus"] = "Stamford",
			["right terminus"] = "Waterbury",
		},
	},
}

return p