Jump to content

Module:Adjacent stations/Tren Maya

From Wikipedia, the free encyclopedia

local transportation = "%1#Transportation"
local LR = "%1 light rail station"

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",
	["Bacalar"] = transportation,
	["Calakmul"] = transportation,
	["Carrillo Puerto Champotón"] = "[[Carrillo Puerto Champotón stop|Carrillo Puerto Champotón]]",
	["Carrillo Puerto"] = "[[Carrillo Puerto Champotón stop|Carrillo Puerto Champotón]]",
	["Centenario"] = "Escárcega Municipality#Centenario railway station",
	["Limones"] = "[[Bacalar#Transportation|Limones/​Chacchoben]]",
	["Limones/Chacchoben"] = "[[Bacalar#Transportation|Limones/​Chacchoben]]",
	["Nicolás Bravo"] = "[[Nicolás Bravo-Konhunlich railway station|Nicolás Bravo-Konhunlich]]",
	["Nicolás Bravo/Konhunlich"] = "[[Nicolás Bravo-Konhunlich railway station|Nicolás Bravo-Konhunlich]]",
	["Puerto Morelos"] = "Puerto Morelos#Infrastructure",
	["Tenosique"] = transportation,
	["Xpujil"] = transportation,
	--Light rail
	["Siglo XXI"] = LR,
	["Periférico"] = LR,
	["Campus"] = LR,
	["Aeropuerto"] = LR,
	["Héroes Nacozari"] = LR,
	["Antigua Estación"] = LR,
	["Gobernadores"] = LR,
	["Santa Lucía"] = LR,
	["La Ermita"] = LR,
	["Galerías"] = LR,
	["San Francisco"] = LR,
	["Barrio de Guadalupe"] = LR,
	["Centro Histórico"] = LR,
	},

["lines"] = {
		["_default"] = {
			["color"] = "3B7861",	
		},
		["Tren Maya"] = {
			["title"] = "[[Tren Maya]]",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Palenque",
			["right terminus"] = "Cancún Airport",
		},
		["Campeche Light Rail"] = {
			["title"] = "[[Campeche Light Rail]]",
			["note-mid"] = "(Opening April 2025)",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "San Francisco de Campeche",
			["right terminus"] = "Centro Histórico",
		},
	
	["aliases"] = {
		["tren maya"] = "Tren Maya",
	},
}
}

return p