Jump to content

Module:Adjacent stations/Bangor and Aroostook Railroad

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by RobloxUser4125 (talk | contribs) at 23:50, 2 June 2024 (Correction to page.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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