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 Cards84664 (talk | contribs) at 16:25, 2 June 2024 (Bar Harbor). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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"] = "f1b80f",
	["station format"] = {
		"%1 station",
		["Bangor"] = "Bangor Union Station",
		["Gardiner"] = me,
		["Mount Hope"] = me,
		["Pittsfield"] = me,
		["Portland"] = "Union Station (Portland, Maine)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "f1b80f",
				},
		["Main Line"] = {
			["title"] = "[[Maine Central Railroad main line|Main Line]]",
			["left terminus"] = "Portland",
			["right terminus"] = "Bangor",
		},
		["Bangor-Vanceboro"] = {
			["title"] = "[[Bangor, Maine|Bangor]] – [[Vanceboro, Maine|Vanceboro]]",
			["left terminus"] = "Bangor",
			["right terminus"] = "Vanceboro",
		},
		["Bangor-Bar Harbor"] = {
			["title"] = "[[Bangor, Maine|Bangor]] – [[Bar Harbor, Maine|Bar Harbor]]",
			["left terminus"] = "Bangor",
			["right terminus"] = "Mt. Desert Ferry",
		},
	},
}
return p