Jump to content

Module:Adjacent stations/New Mexico Rail Runner Express

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:14, 5 July 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "New Mexico Rail Runner Express", ["system icon"] = "", ["station format"] = { "%1 station", ["Dow...'). 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"] = "[[New Mexico Rail Runner Express]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Downtown Albuquerque"] = "Alvarado Transportation Center",
		["Santa Fe Depot"] = "Santa Fe Depot (Santa Fe, New Mexico)",
	},
	["lines"] = {
		["Belen-Santa Fe"] = {
			["title"] = "[[New Mexico Rail Runner Express|Belen-Santa Fe]]",
			["color"] = "a70e13",
			["left terminus"] = "Belen",
			["right terminus"] = "Santa Fe Depot",
		},
	},
}

return p