Module:Adjacent stations/Boston and Maine Railroad

This is an old revision of this page, as edited by 2600:1700:b971:1930:20eb:b39c:ea63:c2ec (talk) at 18:20, 20 February 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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