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 17:39, 2 June 2024 (link). 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",
		["Bartlett"] = me,
		["Brunswick"] = "Brunswick Maine Street Station",
		["Burnham"] = me,
		["Calais"] = me,
		["Detroit"] = me,
		["Gardiner"] = me,
		["Lewiston"] = me,
		["Mechanic Falls"] = me,
		["Mount Hope"] = me,
		["Pittsfield"] = me,
		["Portland"] = "Union Station (Portland, Maine)",
		["Washington Junction"] = me,
	},
	["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",
		},
		["Bangor-Bucksport"] = {
			["title"] = "[[Bangor, Maine|Bangor]] – [[Bucksport, Maine|Bucksport]]",
			["left terminus"] = "Bangor",
			["right terminus"] = "Bucksport",
		},
		["Belfast branch"] = {
			["title"] = "Belfast branch",
			["left terminus"] = " Burnham Junction",
			["right terminus"] = "Belfast",
		},
		["Rangeley Division"] = {
			["title"] = "Rangeley Division",
			["left terminus"] = "Oquossoc",
			["right terminus"] = "Lewiston",
		},
		["Rockland branch"] = {
			["title"] = "[[Rockland Branch]]",
			["left terminus"] = "Brunswick",
			["right terminus"] = "Rockland",
		},
		["White Mountains Line"] = {
			["title"] = "White Mountains Line",
			["left terminus"] = "St. Johnsbury",
			["right terminus"] = "Portland",
		},
		["Washington County Railway"] = {
			["title"] = "[[Calais Branch|Washington County Railway]]",
			["left terminus"] = "Washington Junction",
			["right terminus"] = "Calais",
		},
	},
}
return p