Module:Adjacent stations/BMT
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Brooklyn–Manhattan Transit Corporation.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
5: Culver | 5 |
49624E |
| |
6: Fifth Avenue–Bay Ridge | 6 |
49624E |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 11 |
49624E |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 12 |
49624E |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 13 |
49624E |
|
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"] = 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,
["Union Street"] = five,
},
["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",
},
},
}
return p