Module:Adjacent stations/Maine Eastern Railroad

MyWikiBiz, Author Your Legacy — Friday April 19, 2024
< Module:Adjacent stations
Revision as of 18:35, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Maine Eastern Railroad)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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