Jump to content

Module:Adjacent stations/BMT

From Wikipedia, the free encyclopedia

local five = "%1 station (BMT Fifth Avenue Line)"
local fulton = "%1 station (BMT Fulton Street Line)"
local lexington = "%1 station (BMT Lexington Avenue Line)"
local myrtle = "%1 station (BMT Myrtle 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"] = 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,
		["Albany Avenue"] = "Albany Avenue and Sumner Avenue stations",
		["Atlantic Avenue"] = {
			["5 Elevated"] = five,
			["6"] = five,
			["13"] = fulton,
		},
		["Bridge Street"] = "Bridge–Jay Streets station",
		["Brooklyn Avenue"] = "Brooklyn Avenue and Tompkins Avenue stations",
		["Chambers Street"] = nassau,
		["Court Street"] = "Court Street and Myrtle Avenue stations",
		["Cumberland Avenue"] = fulton,
		["DeKalb Avenue"] = lexington,
		["Eastern Parkway"] = "Broadway Junction station (BMT Jamaica Line)",
		["Flatbush Avenue"] = fulton,
		["Fulton Street"] = five,
		["Franklin Avenue"] = {
			["11"] = myrtle,
			["12"] = lexington,
			["13"] = fulton,
		},
		["Grand Avenue"] = fulton,
		["Lafayette Avenue"] = fulton,
		["Metropolitan Avenue"] = "Middle Village–Metropolitan Avenue station",
		["Myrtle Avenue"] = {
			["12"] = lexington,
			["13"] = "Court Street and Myrtle Avenue stations",
		},
		["Nostrand Avenue"] = {
			["12"] = lexington,
			["13"] = fulton,
		},
		["Ralph Avenue"] = fulton,
		["Reid Avenue"] = {
			["12"] = lexington,
			["13"] = fulton,
		},
		["Rockaway Avenue"] = fulton,
		["Saratoga Avenue"] = fulton,
		["Sumner Avenue"] = {
			["12"] = lexington,
			["13"] = "Albany Avenue and Sumner Avenue stations",
		},
		["Tompkins Avenue"] = {
			["12"] = lexington,
			["13"] = "Brooklyn Avenue and Tompkins Avenue stations",
		},
		["Union Street"] = five,
		["Vanderbilt Avenue"] = fulton,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "49624E",
		},
		["5"] = {
			["title"] = "5: Culver",
			["left terminus"] = {"Chambers Street", "Sands Street"},
			["right terminus"] = "65th Street",
		},
		["5 Elevated"] = {
			["title"] = "5: Culver",
			["note-mid"] = ""L" service",
			["left terminus"] = "Sands Street",
			["right terminus"] = "Stillwell Avenue",
		},
		["5 Subway"] = {
			["title"] = "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",
		},
		["11"] = {
			["title"] = "11: Myrtle Avenue",
			["left terminus"] = "Sands Street",
			["right terminus"] = "Metropolitan Avenue",
		},
		["12"] = {
			["title"] = "[[12 (BMT rapid transit service)|12: Lexington Avenue]]",
			["left terminus"] = "Park Row",
			["right terminus"] = "Eastern Parkway",
		},
		["13"] = {
			["title"] = "[[13 (BMT rapid transit service)|13: Fulton Street]]",
			["left terminus"] = {"Park Row", "Fulton Ferry"},
			["right terminus"] = "Lefferts Avenue",
		},
	},
}

return p