Jump to content

Module:Adjacent stations/Maine Central Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RobloxUser4125 (talk | contribs) at 19:11, 1 June 2024 (Organization.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local mec = "%1 station (Maine Central Railroad)"
local me = "%1 station (Maine)"
local nh = "%1 station (New Hampshire)"
local vt = "%1 station (Vermont)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Maine Central Railroad]]",
	["system icon"] = "",
	["system color"] = "004c25",
	["station format"] = {
		"%1 station",
		["Bangor"] = "Bangor Union Station",
		["Gardiner"] = me,
		["Pittsfield"] = me,
		["Portland"] = "Union Station (Portland, Maine)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "004c25",
				},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Portland",
			["right terminus"] = "Vanceboro",
		},
	},
}
return p