Jump to content

Module:Adjacent stations/Santa Fe Southern Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:53, 5 July 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Santa Fe Southern Railway", ["system icon"] = "", ["station format"] = { "%1 station", ["Santa Fe...'). 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 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"] = {
		["Santa Fe-Lamy"] = {
			["title"] = "Santa Fe–Lamy",
			["color"] = "008080",
			["left terminus"] = "Santa Fe",
			["right terminus"] = "Lamy",
		},
	},
}

return p