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/BRT

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Brooklyn Rapid Transit Company|Brooklyn Rapid Transit]]",
	["name format"] = "font-family: Arial; background-color: #262626; font-size: 200%; text-transform:uppercase; color: white; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 7px solid #white; margin: 0.25em; text-align: center;",
	["header background color"] = "000000",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["65th Street"] = "65th Street station (BMT Fifth Avenue Line)",
		["111th Street"] = "111th Street station (BMT Jamaica Line)",
		["Atlantic Avenue"] = "Atlantic Avenue station (BMT Fifth Avenue Line)",
		["Chambers Street"] = "Brooklyn Bridge–City Hall/Chambers Street station#BMT Nassau Street Line platforms",
		["Crescent Street"] = "Crescent Street station (BMT Jamaica Line)",
		["Fulton Street"] = "Fulton Street station (BMT Fifth Avenue Line)",
		["Holland"] = "Beach 90th Street station",
		["Nostrand Avenue"] = "Nostrand Avenue station (LIRR)",
		["Ozone Park"] = "Ozone Park station (LIRR)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Fifth"] = {
			["title"] = "[[Brooklyn Union Elevated Railroad|Union Elevated]] [[BMT Fifth Avenue Line|Fifth Avenue Line]]",
			["left terminus"] = "Park Row",
			["right terminus"] = {"65th Street", "Rockaway Park"},
		},
		["Broadway"] = {
			["title"] = "[[Brooklyn Union Elevated Railroad|Union Elevated]] [[BMT Jamaica Line|Broadway Line]]",
			["left terminus"] = "Chambers Street",
			["right terminus"] = {"111th Street", "Rockaway Park"},
		},
	},
}

return p