Jump to content

Module:Adjacent stations/Adirondack Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:29, 5 May 2019 (Main Line). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Adirondack Scenic Railroad]]",
	["system icon"] = "",
	["system color"] = "66C4EC",
	["station format"] = {
		"%1 station",
		["Saranac Lake"] = "Saranac Lake Union Depot",
		["Utica"] = "Union Station (Utica, New York)",
	},
	["lines"] = {
		["Main Line"] = {
			["title"] = "Main Line",
			["color"] = "66C4EC",
			["left terminus"] = "Utica",
			["right terminus"] = "Lake Placid",
		},
	},
	["aliases"] = {
		["adix"] = "Main Line",
	},
}

return p