Jump to content

Module:Adjacent stations/Bangor and Aroostook Railroad

From Wikipedia, the free encyclopedia

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"] = "Bangor",
			["right terminus"] = "Grand Isle",
		},
		["Searsport-South LaGrange"] = {
			["title"] = "[[Searsport, Maine|Searsport]] – [[LaGrange, Maine|South LaGrange]]",
			["left terminus"] = "Searsport",
			["right terminus"] = "South LaGrange",
		},
	},
}
return p