Module:Adjacent stations/BERy
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by Boston Elevated Railway. For current services, use Module:Adjacent stations/MBTA.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Atlantic |
|
| |
Main Line Elevated | Main Line Elevated or main line el |
FD8E01 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tremont |
|
|
local bery = "%1 station (BERy)"
local mbta = "%1 station (MBTA)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Boston Elevated Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Devonshire"] = "State station#East Boston Tunnel",
["Dover"] = mbta,
["Dudley"] = "Dudley Square station",
["Everett"] = mbta,
["Forest Hills"] = mbta,
["Friend-Union"] = "[[Haymarket station (MBTA)#Main Line Elevated|Friend/Union]]",
["Friend/Union"] = "Haymarket station (MBTA)#Main Line Elevated",
["Haymarket"] = mbta,
["Milk/State"] = "State station#Washington Street Tunnel",
["North Station"] = "%1",
["Northampton"] = "Massachusetts Avenue station (MBTA Silver Line)#Orange Line use",
["Park Street"] = mbta,
["Pleasant Street"] = bery,
["Rowes Wharf"] = "%1",
["Scollay Square"] = "Government Center station (MBTA)#History",
["South Station"] = "South Station (subway)",
["State Street"] = "Aquarium station (MBTA)#History",
},
["lines"] = {
["Main Line Elevated"] = {
["title"] = "[[Orange Line (MBTA)#Construction|Main Line Elevated]]",
["color"] = "FD8E01",
["left terminus"] = "Dudley",
["right terminus"] = "Sullivan Square",
},
},
["aliases"] = {
["main line el"] = "Main Line Elevated",
}
}
return p