Jump to content

Module:Adjacent stations/BRT

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 20:48, 8 June 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Brooklyn Rapid Transit Company|BRT]]",
	["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",
		["Chambers Street"] = "Brooklyn Bridge–City Hall/Chambers Street station#BMT Nassau Street Line platforms",
		["Crescent Street"] = "Crescent Street station (BMT Jamaica Line)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Broadway"] = {
			["title"] = "[[Brooklyn Union Elevated Railroad]] Broadway Line",
			["left terminus"] = "Chambers Street",
			["right terminus"] = {"111th Street", "Rockaway Park"},
		},
	},
}

return p