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 21:20, 1 June 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local four = "%1 station (BMT Fourth Avenue Line)"
local five = "%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",
		["Third Street"] = five,
		["Ninth Street"] = {
			["5 Elevated"] = five,
			["5 Subway"] = four,
			["6"] = five,
		},
		["16th Street"] = five,
		["20th Street"] = five,
		["25th Street"] = five,
		["36th Street"] = five,
		["40th Street"] = five,
		["46th Street"] = five,
		["52nd Street"] = five,
		["58th Street"] = five,
		["65th Street"] = five,
		["Atlantic Avenue"] = five,
		["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",
		},
		["5 Elevated"] = {
			["title"] = "[[5 (BMT rapid transit service)|5: Culver]]",
			["note-mid"] = ""L" service",
			["left terminus"] = "Sands Street",
			["right terminus"] = "Stillwell Avenue",
		},
		["5 Subway"] = {
			["title"] = "[[5 (BMT rapid transit service)|5: Culver]]",
			["note-mid"] = "Subway service",
			["left terminus"] = "Chambers Street",
			["right terminus"] = "Stillwell Avenue",
		},
		["6"] = {
			["title"] = "[[6 (BMT rapid transit service)|6: Fifth Avenue–Bay Ridge]]",
			["left terminus"] = "Sands Street",
			["right terminus"] = "65th Street",
		},
	},
}

return p