This is a data module for Module:Adjacent stations. It supports former services operated by Brooklyn Rapid Transit Company.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Fifth |
000000 |
| |
Broadway Line | Broadway |
000000 |
|
Usage
{{#invoke:Adjacent stations/BRT|function_name}}
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",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Broadway"] = {
["title"] = "Broadway Line",
["left terminus"] = "Chambers Street",
["right terminus"] = {"117th Street", "Rockaway Park"},
},
},
}
return p