This is a data module for Module:Adjacent stations. It supports services operated by Boston and Maine Railroad.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Central Mass Branch | Boston-Northampton |
5f0e06 |
| |
Boston – Concord, NH | Boston-Concord |
5f0e06 |
| |
Boston-Troy | Boston-Troy |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Cheshire Branch |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Eastern Route |
5f0e06 |
| |
Boston – Fitchburg | Fitchburg |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Gardner Branch |
5f0e06 |
| |
Harvard Branch | Harvard |
5f0e06 |
| |
Lexington Branch | Lexington |
5f0e06 |
| |
Medford Branch | Medford |
5f0e06 |
| |
Watertown Branch | Watertown |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Western Route |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Woburn Branch |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Worcester–Lowell |
5f0e06 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Worcester–Nashua |
5f0e06 |
|
local bm = "%1 station (Boston and Maine Railroad)"
local fb = "%1 station (Fitchburg Railroad)"
local nh = "%1 station (New Hampshire)"
local ma = "%1 station (Massachusetts)"
local mbta = "%1 station (MBTA)"
local tc = "%1 Transportation Center"
local union = "Union Station (%1)"
local xunion = "%1 Union Station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Boston and Maine Railroad]]",
["system icon"] = "",
["station format"] = {
["Boston"] = "North Station",
["Cambridge"] = "Porter station",
["Chelsea"] = "Bellingham Square station#History",
["College Hill"] = "Medford/Tufts station#History",
["Concord, MA"] = "Concord station (MBTA)",
["Concord, NH"] = "Concord station (New Hampshire)",
["East Everett"] = "Chelsea station (MBTA)#History",
["East Somerville"] = "Sullivan Square station#History",
["Everett"] = bm,
["Fitchburg"] = "Fitchburg Intermodal Transportation Center",
["Glenwood"] = bm,
["Harvard Square"] = fb,
["Lake Street"] = "Lake Street station (Arlington, Massachusetts)",
["Malden"] = "Malden Center station",
["Medford"] = bm,
["Medford Hillside"] = "Route 16 station#History",
["Montvale"] = bm,
["North Somerville"] = "Ball Square station#History",
["Northampton"] = "Union Station (Northampton, Massachusetts)",
["Park Street"] = bm,
["Portland"] = "Portland Transportation Center",
["Prospect Hill"] = "East Somerville station#History",
["Reading"] = mbta,
["Silver Lake"] = ma,
["Somerville"] = fb,
["Somerville Junction"] = "Magoun Square station#History",
["South Wilmington"] = "Anderson Regional Transportation Center#History",
["Troy"] = "Union Station (Troy, New York)",
["Tufts College"] = "Medford/Tufts station#History",
["Tufts University"] = "Medford/Tufts station#History",
["Tower Hill"] = bm,
["Union Square"] = "Union Square station (Somerville)#History",
["Walnut Hill"] = bm,
["Wellington"] = mbta,
["Weston"] = bm,
["Wilmington"] = mbta,
["Winchester"] = "Winchester Center station",
["Winter Hill"] = "Gilman Square station#History",
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "5f0e06",
},
["Boston-Northampton"] = {
["title"] = "[[Central Mass Branch]]",
["left terminus"] = "Northampton",
["right terminus"] = "Boston",
},
["Boston-Concord"] = {
["title"] = "[[Lowell Line|Boston – Concord, NH]]",
["left terminus"] = "Concord, NH",
["right terminus"] = "Boston",
},
["Boston-Troy"] = {
["title"] = "[[Fitchburg Railroad|Boston-Troy]]",
["left terminus"] = "Troy",
["right terminus"] = "Boston",
},
["Fitchburg"] = {
["title"] = "[[Fitchburg Line|Boston – Fitchburg]]",
["left terminus"] = "Fitchburg",
["right terminus"] = "Boston",
},
["Harvard"] = {
["title"] = "[[Harvard Branch Railroad|Harvard Branch]]",
["left terminus"] = "Harvard Square",
["right terminus"] = "Somerville",
},
["Lexington"] = {
["title"] = "[[Lexington Branch]]",
["left terminus"] = "Lowell",
["right terminus"] = "Boston",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Boston",
["right terminus"] = "Portland",
},
["Medford"] = {
["title"] = "[[Medford branch (Boston and Maine Railroad)|Medford Branch]]",
["left terminus"] = "Boston",
["right terminus"] = "Medford",
},
["Watertown"] = {
["title"] = "[[Watertown Branch Railroad|Watertown Branch]]",
["left terminus"] = "Waltham",
["right terminus"] = "Boston",
}
},
["aliases"] = {
["main"] = "Main Line",
},
}
return p