Module:Adjacent stations/Boston Surface Railroad

From blackwiki
< Module:Adjacent stations
Revision as of 15:35, 2 March 2019 by blackwiki>Mackensen (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Boston Surface Railroad", ["system icon"] = "", ["system color"] = "096BB3", ["station format"] = {...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Boston Surface Railroad]]",
	["system icon"] = "",
	["system color"] = "096BB3",
	["station format"] = {
		"%1 station",
		["Woonsocket"] = "Woonsocket Depot",
		["Worcester"] = "Union Station (Worcester, Massachusetts)",
	},
	["lines"] = {
		["Main"] = {
			["title"] = "Main Line",
			["color"] = "096BB3",
			["left terminus"] = "Worcester",
			["right terminus"] = "Providence",
		},
	},
}

return p