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 me = "%1 station (Maine)"
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"] = {
		["Beverly"] = "Beverly Depot",
		["Boston"] = "North Station",
		["Cambridge"] = "Porter station",
		["Central Square"] = "Central Square station (Woburn, Massachusetts)",
		["Chelsea"] = "Bellingham Square station#History",
		["College Hill"] = "Medford/Tufts station#History",
		["Concord, MA"] = "Concord station (MBTA)",
		["Concord, NH"] = "Concord station (New Hampshire)",
		["Cross Street"] = mbta,
		["East Cambridge"] = "Lechmere station#History",
		["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"] = "Mystic Valley Parkway station#History",
		["Montvale"] = bm,
		["North Berwick"] = me,
		["North Somerville"] = "Ball Square station#History",
		["Northampton"] = "Union Station (Northampton, Massachusetts)",
		["Park Street"] = bm,
		["Portland"] = "Union Station (Portland, Maine)",
		["Prospect Hill"] = "East Somerville station#History",
		["Reading"] = mbta,
		["Salisbury"] = ma,
		["Shirley"] = mbta,
		["Silver Lake"] = ma,
		["Somerville"] = fb,
		["Somerville Junction"] = "Magoun Square station#History",
		["South Wilmington"] = "Anderson Regional Transportation Center#History",
		["Tufts College"] = "Medford/Tufts station#History",
		["Tufts University"] = "Medford/Tufts station#History",
		["Tower Hill"] = bm,
		["Troy"] = "Union Station (Troy, New York)",
		["Union Square"] = "Union Square station (Somerville)#History",
		["Wakefield"] = mbta,
		["Walnut Hill"] = bm,
		["Wellington"] = mbta,
		["Weston"] = bm,
		["Wilmington"] = mbta,
		["Winchester"] = "Winchester Center station",
		["Winter Hill"] = "Gilman Square station#History",
		["Woburn"] = "Woburn station (1844–1981)",
		"%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",
			["types"] = {
				["Woburn Loop"] = {
					["title"] = "[[Woburn Branch Railroad|via Woburn Loop]]",
				},
			},
		},
		["Boston-Troy"] = {
			["title"] = "[[Fitchburg Railroad|Boston – Troy]]",
			["left terminus"] = "Troy",
			["right terminus"] = "Boston",
		},
		["Eastern Route"] = {
			["title"] = "[[Eastern Railroad|Eastern Route]]",
			["left terminus"] = "Boston",
			["right terminus"] = "Portland",
		},
		["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", "Reformatory"},
			["right terminus"] = "Boston",
		},
		["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",
		},
		["Western Route"] = {
			["title"] = "Western Route",
			["left terminus"] = "Boston",
			["right terminus"] = "Portland",
		},
		["Woburn Branch"] = {
			["title"] = "[[Woburn Branch Railroad|Woburn Branch]]",
			["left terminus"] = "Woburn",
			["right terminus"] = "Boston",
		},
	},
	["aliases"] = {
		["main"] = "Western Route",
		["main line"] = "Western Route",
	},
}

return p