Jump to content

Module:Adjacent stations/BRT

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Cards84664 (talk | contribs) at 22:01, 8 June 2025 (shorten). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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