Jump to content

Module:Adjacent stations/New Mexico Rail Runner Express

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[New Mexico Rail Runner Express]]",
	["system icon"] = "",
	["header background color"] = "a70e13",
	["header text color"] = "ffffff",
	["name format"] = "text-transform: uppercase; background-color: #ffffff; font-size: 175%; border: 2px solid #000; font-family: Bank Gothic, Squarish Sans, Aldrich, sans-serif; color: black; padding: 0.4em 0 0.2em 0;",
	["station format"] = {
		"%1 station",
		["Bernalillo County"] = "Bernalillo County/International Sunport station",
		["Bernalillo County/International Sunport"] = "[[Bernalillo County/International Sunport station|Bernalillo County/​International Sunport]]",
		["Downtown Albuquerque"] = "Alvarado Transportation Center",
		["Lobo"] = "Lobo Special Events Platform",
		["Lobo Special Events Platform"] = "Lobo Special Events Platform",
		["Los Ranchos/Journal Center"] = "[[Los Ranchos/Journal Center station|Los Ranchos/​Journal 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