Jump to content

Module:Adjacent stations/Bangor and Aroostook Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 16:32, 2 June 2024 (links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local bar = "%1 station (Bangor and Aroostook Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Bangor and Aroostook Railroad]]",
	["system icon"] = "",
	["system color"] = "892925",
	["station format"] = {
		"%1 station",
		["Bangor"] = "Bangor Union Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "892925",
				},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Grand Isle",
			["right terminus"] = "Bangor",
		},
		["South LaGrange-Searsport"] = {
			["title"] = "[[LaGrange, Maine|South LaGrange]] – [[Searsport, Maine|Searsport]]",
			["left terminus"] = "South LaGrange",
			["right terminus"] = "Searsport",
		},
	},
}
return p