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:15, 2 June 2024 (Created page with '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"] = "B...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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"] = "Grand Isle",
			["right terminus"] = "Bangor",
		},
	},
}
return p