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 15:24, 1 June 2025 (Created page with 'local fifth = "%1 station (BMT Fifth Avenue Line)" local p = { ["lang"] = "en-US", ["system title"] = "BMT Lines", ["name format"] = "font-family: Arial; background-color: #000000; 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...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Brooklyn–Manhattan Transit Corporation|BMT Lines]]",
	["name format"] = "font-family: Arial; background-color: #000000; 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",
		["58th Street"] = fifth,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0C133D",
		},
		["6"] = {
			["title"] = "[[6 (BMT rapid transit service)|6: Fifth Avenue–Bay Ridge]]",
			["left terminus"] = "Sands Street",
			["right terminus"] = "65th Street",
		},
	},
}

return p