Jump to content

Module:Adjacent stations/Saratoga and North Creek Railway

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Mackensen (talk | contribs) at 16:29, 15 September 2019 (+Corinth). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local ny = "%1 station (New York)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Saratoga and North Creek Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Corinth"] = ny,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "''%1''",
		},
		["Hudson Explorer"] = {
			["color"] = "439BC7",
			["left terminus"] = "North Creek",
			["right terminus"] = "Saratoga Springs",
		},
		["Saratoga Flyer"] = {
			["color"] = "26336A",
			["left terminus"] = "North Creek",
			["right terminus"] = "Saratoga Springs",
		},
	},
}

return p