Difference between revisions of "Module:Adjacent stations/Boston Surface Railroad"
Jump to navigation
Jump to search
blackwiki>Mackensen |
blackwiki>Pi.1415926535 m (fix link) |
||
| Line 6: | Line 6: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| − | ["Woonsocket"] = "Woonsocket | + | ["Woonsocket"] = "Woonsocket station", |
["Worcester"] = "Union Station (Worcester, Massachusetts)", | ["Worcester"] = "Union Station (Worcester, Massachusetts)", | ||
}, | }, | ||
Revision as of 23:18, 8 April 2019
This is a data module for Module:Adjacent stations. It supports services operated by the Boston Surface Railroad.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["lang"] = "en-US",
["system title"] = "[[Boston Surface Railroad]]",
["system icon"] = "",
["system color"] = "096BB3",
["station format"] = {
"%1 station",
["Woonsocket"] = "Woonsocket station",
["Worcester"] = "Union Station (Worcester, Massachusetts)",
},
["lines"] = {
["Main"] = {
["title"] = "Main Line",
["note-mid"] = "Proposed",
["color"] = "096BB3",
["left terminus"] = "Worcester",
["right terminus"] = "Providence",
},
},
}
return p