Module:Adjacent stations/Long Island Rail Road

MyWikiBiz, Author Your Legacy — Thursday November 07, 2024
Jump to navigationJump to search
local lirr = "%1 station (LIRR)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[History of the Long Island Rail Road#Pennsylvania Railroad ownership, 1900–1949|Long Island<br/>Rail Road]]",
	["system icon"] = "",
	["system color"] = "d30303",
	["name format"] = "background-color: #000000; text-transform: uppercase; font-family: Copperplate, Copperplate Gothic Light, serif; color: white; border: .18em solid white; font-size: 190%; font-weight: bolder; padding: .36em;",
	["station format"] = {
		"%1 station",
		["Brentwood"] = lirr,
		["Brookhaven"] = lirr,
		["Canal Street"] = lirr,
		["Edgewood"] = lirr,
		["Elmhurst"] = lirr,
		["Forest Hills"] = lirr,
		["Far Rockaway"] = lirr,
		["Flatbush Avenue"] = lirr,
		["Freeport"] = lirr,
		["Glendale"] = lirr,
		["Grand Street"] = {
			["Main"] = "Grand Street station (LIRR Main Line)",
			["Rockaway Beach Division"] = "Grand Street station (LIRR Main Line)",
			["Evergreen"] = "Grand Street station (LIRR Evergreen Branch)",
		},
		["Hillside"] = lirr,
		["Hunterspoint Avenue"] = lirr,
		["Islip"] = lirr,
		["Kew Gardens"] = lirr,
		["Laurel"] = lirr,
		["Long Beach"] = lirr,
		["Metropolitan Avenue"] = lirr,
		["Mineola"] = lirr,
		["Morris Park"] = lirr,
		["Myrtle Avenue"] = lirr,
		["Penn Station"] = "[[Pennsylvania Station (1910–1963)|Penn Station]]",
		["Rego Park"] = lirr,
		["Richmond Hill"] = lirr,
		["Ridgewood"] = {
			["Evergreen"] = "[[Ridgewood station (LIRR Evergreen Branch)|Ridgewood]]",
			["Montauk old"] = "[[Ridgewood station (LIRR Lower Montauk)|Ridgewood]]",
		},
		["Rosedale"] = lirr,
		["St. Albans"] = lirr,
		["Seaford"] = lirr,
		["Southampton"] = lirr,
		["Suffolk Downs"] = lirr,
		["Westbury"] = lirr,
		["Westwood"] = lirr,
		["Woodside"] = lirr,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "d30303",
		},
		["Main"] = {
			["title"] = "[[Main Line (Long Island Rail Road)#History|Main Line]]",
			["left terminus"] = {"Long Island City", "Penn Station"},
			["right terminus"] = "Greenport",
		},
		["Atlantic Division"] = {
			["title"] = "[[Atlantic Branch|Atlantic Division]]",
			["left terminus"] = "Flatbush Avenue",
			["right terminus"] = "Valley Stream",
		},
		["Bay Ridge Branch"] = {
			["title"] = "[[Bay Ridge Branch]]",
			["left terminus"] = "Bay Ridge",
			["right terminus"] = "Glendale",
		},
		["Bushwick Branch"] = {
			["title"] = "[[Bushwick Branch]]",
			["left terminus"] = "Bushwick",
			["right terminus"] = "Bushwick Junction",
		},
		["Cedarhurst"] = {
			["title"] = "[[Cedarhurst Cut-off|New York and Rockaway Railroad]]",
			["left terminus"] = "Rockaway Junction",
			["right terminus"] = "Far Rockaway–Lockwood's Grove",
		},
		["Central Branch"] = {
			["title"] = "[[Central Branch (Long Island Rail Road)|Central Branch]]",
			["left terminus"] = "Bethpage",
			["right terminus"] = "Lindenhurst",
		},
		["Far Rockaway Branch"] = {
			["title"] = "[[Far Rockaway Branch]]",
			["left terminus"] = "Valley Stream",
			["right terminus"] = "Far Rockaway",
		},
		["Hempstead Branch"] = {
			["title"] = "[[Hempstead Branch]]",
			["left terminus"] = "Floral Park",
			["right terminus"] = "Hempstead",
		},
		["Long Beach Branch"] = {
			["title"] = "[[Long Beach Branch]]",
			["left terminus"] = "Lynbrook",
			["right terminus"] = "Long Beach",
		},
		["Montauk Division"] = {
			["title"] = "[[Montauk Branch|Montauk Division]]",
			["left terminus"] = "Long Island City",
			["right terminus"] = "Montauk",
		},
		["North Side Division"] = {
			["title"] = "[[Flushing and North Side Railroad|North Side Division]]",
			["left terminus"] = "Winfield Junction",
			["right terminus"] = "Port Washington",
		},
		["Oyster Bay Branch"] = {
			["title"] = "[[Oyster Bay Branch]]",
			["left terminus"] = "Mineola",
			["right terminus"] = "Oyster Bay",
		},
		["Rockaway Beach Division"] = {
			["title"] = "[[Rockaway Beach Branch|Rockaway Beach Division]]",
			["left terminus"] = "Woodside",
			["right terminus"] = {"Rockaway Park", "Arverne–Gaston Avenue"},
		},
		["Sag Harbor Branch"] = {
			["title"] = "[[Sag Harbor Branch]]",
			["left terminus"] = "Manorville",
			["right terminus"] = "Sag Harbor",
		},
		["Wading River Branch"] = {
			["title"] = "[[Port Jefferson Branch|Wading River Branch]]",
			["left terminus"] = "Hicksville",
			["right terminus"] = "Wading River",
		},
		["West Hempstead Branch"] = {
			["title"] = "[[West Hempstead Branch]]",
			["left terminus"] = "Valley Stream",
			["right terminus"] = "West Hempstead",
		},
	},
}

return p