Jump to content

Module:Adjacent stations/Tren Maya

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Tren Maya]]",
	["system icon"] = "[[File:Logo Tren Maya horizontal with slogan.svg|30px|link=Tren Maya]]",
	["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
	["header background color"] = "0175de",
	["header text color"] = "ffffff",
	["system color"] = "0175de",
	["station format"] = {
		"%1 railway station",
	["Puerto Morelos"] = "Puerto Morelos#Infrastructure",
	["Limones"] = "[[Limones/Chacchoben railway station|Limones/​Chacchoben]]",
	["Limones/Chacchoben"] = "[[Limones/Chacchoben railway station|Limones/​Chacchoben]]",
	},

["lines"] = {
		["_default"] = {
			["color"] = "3B7861",	
		},
		["Tren Maya"] = {
			["title"] = "[[Tren Maya]]",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Palenque",
			["right terminus"] = "Cancún Airport",
		},
	["aliases"] = {
		["tren maya"] = "Tren Maya",
	},
}
}

return p