This is a data module for Module:Adjacent stations. It supports services operated by Boston Surface Railroad.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
096BB3 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Boston Surface Railroad]]",
["system icon"] = "",
["system color"] = "096BB3",
["station format"] = {
"%1 station",
["Worcester"] = "Union Station (Worcester, Massachusetts)",
},
["lines"] = {
["Main"] = {
["title"] = "Main Line",
["note-mid"] = "Proposed",
["color"] = "096BB3",
["left terminus"] = "Worcester",
["right terminus"] = "Providence",
},
},
}
return p