Jump to content

Module:Adjacent stations/Santa Fe Southern Railway

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by RickyCourtney (talk | contribs) at 17:03, 10 October 2022 (Now branded as Sky Railway). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Santa Fe Southern Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Santa Fe"] = "Santa Fe Depot (Santa Fe, New Mexico)",
	},
	["lines"] = {
		["Sky Railway"] = {
			["title"] = "Sky Railway",
			["color"] = "008080",
			["left terminus"] = "Santa Fe",
			["right terminus"] = "Lamy",
		},
	},
}

return p