Jump to content

Module:Adjacent stations/BRT: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
+Ozone Park
No edit summary
Line 1: Line 1:
local p = {
local p = {
["lang"] = "en-US",
["lang"] = "en-US",
["system title"] = "[[Brooklyn Rapid Transit Company|BRT]]",
["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;",
["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 background color"] = "000000",

Revision as of 20:54, 8 June 2025

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",
		["111th Street"] = "111th Street station (BMT Jamaica Line)",
		["Chambers Street"] = "Brooklyn Bridge–City Hall/Chambers Street station#BMT Nassau Street Line platforms",
		["Crescent Street"] = "Crescent Street station (BMT Jamaica Line)",
		["Ozone Park"] = "Ozone Park station (LIRR)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Broadway"] = {
			["title"] = "[[Brooklyn Union Elevated Railroad]] Broadway Line",
			["left terminus"] = "Chambers Street",
			["right terminus"] = {"111th Street", "Rockaway Park"},
		},
	},
}

return p