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:23, 5 July 2019 (+alias). 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"] = "[[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"] = {
		["Rail Runner Express"] = {
			["title"] = "[[New Mexico Rail Runner Express|Rail Runner Express]]",
			["color"] = "a70e13",
			["left terminus"] = "Belen",
			["right terminus"] = "Santa Fe Depot",
		},
	},
	["aliases"] = {
		["rail runner"] = "Rail Runner Express",
	}
}

return p