Difference between revisions of "Module:Adjacent stations/Maine Eastern Railroad"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local me = "%1 station (Maine)" local p = { ["lang"] = "en-US", ["system title"] = "Maine Eastern Railroad", ["system icon"] = "", ["system color"] = "1...')
 
m (1 revision imported)
 
(No difference)

Latest revision as of 12:44, 26 September 2020

local me = "%1 station (Maine)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Maine Eastern Railroad]]",
	["system icon"] = "",
	["system color"] = "147004",
	["station format"] = {
		"%1 station",
		["Brunswick"] = "Brunswick Maine Street Station",
		["Newcastle"] = me,
		["Rockland"] = "Rockland Railroad Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "147004",	
		},
		["Rockland Branch"] = {
			["title"] = "[[Rockland Branch]]",
			["left terminus"] = "Brunswick",
			["right terminus"] = "Rockland",
		},
	},
}

return p