Module:Adjacent stations/BRT: Difference between revisions
Appearance
Content deleted Content added
Cards84664 (talk | contribs) +Holland |
Cards84664 (talk | contribs) +Fifth |
||
Line 16: | Line 16: | ||
["_default"] = { |
["_default"] = { |
||
["color"] = "000000", |
["color"] = "000000", |
||
}, |
|||
["Fifth"] = { |
|||
["title"] = "[[Brooklyn Union Elevated Railroad]] [[BMT Fifth Avenue Line|Fifth Avenue Line]]", |
|||
["left terminus"] = "Park Row", |
|||
["right terminus"] = {"65th Street", "Rockaway Park"}, |
|||
}, |
}, |
||
["Broadway"] = { |
["Broadway"] = { |
||
["title"] = "[[Brooklyn Union Elevated Railroad]] Broadway Line", |
["title"] = "[[Brooklyn Union Elevated Railroad]] [[BMT Jamaica Line|Broadway Line]]", |
||
["left terminus"] = "Chambers Street", |
["left terminus"] = "Chambers Street", |
||
["right terminus"] = {"111th Street", "Rockaway Park"}, |
["right terminus"] = {"111th Street", "Rockaway Park"}, |
Revision as of 21:22, 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)",
["Holland"] = "Beach 90th Street station",
["Ozone Park"] = "Ozone Park station (LIRR)",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Fifth"] = {
["title"] = "[[Brooklyn Union Elevated Railroad]] [[BMT Fifth Avenue Line|Fifth Avenue Line]]",
["left terminus"] = "Park Row",
["right terminus"] = {"65th Street", "Rockaway Park"},
},
["Broadway"] = {
["title"] = "[[Brooklyn Union Elevated Railroad]] [[BMT Jamaica Line|Broadway Line]]",
["left terminus"] = "Chambers Street",
["right terminus"] = {"111th Street", "Rockaway Park"},
},
},
}
return p