Jump to content

Module:Adjacent stations/BMT

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 19:27, 1 June 2025 (+Chambers). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local fifth = "%1 station (BMT Fifth Avenue Line)"
local nassau = "%1 station (BMT Nassau Street Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Brooklyn–Manhattan Transit Corporation|BMT Lines]]",
	["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"] = "49624E",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["25th Street"] = fifth,
		["36th Street"] = fifth,
		["40th Street"] = fifth,
		["46th Street"] = fifth,
		["52nd Street"] = fifth,
		["58th Street"] = fifth,
		["65th Street"] = fifth,
		["Chambers Street"] = nassau,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "49624E",
		},
		["5"] = {
			["title"] = "[[5 (BMT rapid transit service)|5: Culver]]",
			["left terminus"] = {"Chambers Street", "Sands Street"},
			["right terminus"] = "65th Street",
		},
		["6"] = {
			["title"] = "[[6 (BMT rapid transit service)|6: Fifth Avenue–Bay Ridge]]",
			["left terminus"] = "Sands Street",
			["right terminus"] = "65th Street",
		},
	},
}

return p