Difference between revisions of "Module:Adjacent stations/Boston Surface Railroad"
Jump to navigation
Jump to search
blackwiki>Mackensen (←Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Boston Surface Railroad", ["system icon"] = "", ["system color"] = "096BB3", ["station format"] = {...') |
m (4 revisions imported) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| − | |||
["Worcester"] = "Union Station (Worcester, Massachusetts)", | ["Worcester"] = "Union Station (Worcester, Massachusetts)", | ||
}, | }, | ||
| Line 12: | Line 11: | ||
["Main"] = { | ["Main"] = { | ||
["title"] = "Main Line", | ["title"] = "Main Line", | ||
| + | ["note-mid"] = "Proposed", | ||
["color"] = "096BB3", | ["color"] = "096BB3", | ||
["left terminus"] = "Worcester", | ["left terminus"] = "Worcester", | ||
Latest revision as of 12:28, 26 September 2020
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",
["Worcester"] = "Union Station (Worcester, Massachusetts)",
},
["lines"] = {
["Main"] = {
["title"] = "Main Line",
["note-mid"] = "Proposed",
["color"] = "096BB3",
["left terminus"] = "Worcester",
["right terminus"] = "Providence",
},
},
}
return p