Module:Adjacent stations/BRT
Appearance
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"] = "[[Brooklyn Union Elevated Railroad]] Broadway Line",
["left terminus"] = "Chambers Street",
["right terminus"] = {"117th Street", "Rockaway Park"},
},
},
}
return p