Module:Adjacent stations/Boston and Maine Railroad

From Wikipedia, the free encyclopedia

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"] = {
		["Belmont"] = "Belmont Center station",
		["Beverly"] = "Beverly Depot",
		["Biddeford"] = "Saco Transportation Center",
		["Boston"] = "North Station",
		["Brattleboro"] = "Union Station (Brattleboro, Vermont)",
		["Brick Yards"] = "Alewife station#History",
		["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,
		["Deerfield"] = ma,
		["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,
		["Groton"] = ma,
		["Harvard"] = bm,
		["Harvard Square"] = fb,
		["Hatfield"] = ma,
		["Lake Street"] = "Lake Street station (Arlington, Massachusetts)",
		["Lincoln"] = mbta,
		["Littleton"] = "Littleton/Route 495 station#History",
		["Malden"] = "Malden Center station",
		["Medford"] = bm,
		["Medford Hillside"] = "Mystic Valley Parkway station#History",
		["Montvale"] = bm,
		["Nashua"] = "Union Station (Nashua, New Hampshire)",
		["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,
		["Roberts"] = "Brandeis/Roberts station",
		["Rowley"] = mbta,
		["Salisbury"] = ma,
		["Shirley"] = mbta,
		["Silver Lake"] = ma,
		["Somerville"] = fb,
		["Somerville Junction"] = "Magoun Square station#History",
		["South Wilmington"] = "Anderson Regional Transportation Center#History",
		["Springfield"] = "Union Station (Springfield, Massachusetts)",
		["Stony Brook"] = bm,
		["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,
		["West Cambridge"] = "Alewife station#History",
		["Weston"] = bm,
		["Wilmington"] = mbta,
		["Winchester"] = "Winchester Center station",
		["Winter Hill"] = "Gilman Square station#History",
		["Woburn"] = "Woburn station (1844–1981)",
		["Worcester"] = "Union Station (Worcester, Massachusetts)",
		"%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",
		},
		["Connecticut River Railroad"] = {
			["title"] = "[[Connecticut River Railroad|Springfield - White River Junction]]",
			["left terminus"] = "Springfield",
			["right terminus"] = "White River Junction",
		},
		["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",
		},
		["Gardner Branch"] = {
			["title"] = "[[Boston, Barre and Gardner Railroad|Boston – Winchendon]]",
			["left terminus"] = "Winchendon",
			["right terminus"] = "Worcester",
		},
		["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",
		},
		["Worcester–Lowell"] = {
			["title"] = "[[Worcester, Nashua and Rochester Railroad|Worcester – Lowell]]",
			["left terminus"] = "Worcester",
			["right terminus"] = "Lowell",
		},
		["Worcester–Nashua"] = {
			["title"] = "[[Worcester, Nashua and Rochester Railroad|Worcester – Nashua]]",
			["left terminus"] = "Worcester",
			["right terminus"] = "Nashua",
		},
	},
	["aliases"] = {
		["main"] = "Western Route",
		["main line"] = "Western Route",
	},
}

return p