Module:Adjacent stations/BERy
< Module:Adjacent stations
Revision as of 18:16, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/BERy)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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"] = "Nubian 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"] = "North Station (subway)", ["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"] = { ["_default"] = { ["color"] = "FD8E01", }, ["Atlantic"] = { ["title"] = "[[Atlantic Avenue Elevated]]", ["left terminus"] = {"South Station", "Dudley"}, ["right terminus"] = "North Station", }, ["Main Line Elevated"] = { ["title"] = "[[Orange Line (MBTA)#Construction|Main Line Elevated]]", ["left terminus"] = "Forest Hills", ["right terminus"] = "Everett", }, ["Tremont"] = { ["title"] = "[[Tremont Street subway]]", ["left terminus"] = {"Pleasant Street", "Arlington"}, ["right terminus"] = "North Station", }, }, ["aliases"] = { ["main line el"] = "Main Line Elevated", } } return p