Difference between revisions of "Module:Adjacent stations/Boston Surface Railroad"

From blackwiki
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 Depot",
+
["Woonsocket"] = "Woonsocket station",
 
["Worcester"] = "Union Station (Worcester, Massachusetts)",
 
["Worcester"] = "Union Station (Worcester, Massachusetts)",
 
},
 
},

Revision as of 23:18, 8 April 2019

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