Jump to content

Module:Adjacent stations/Tren Interoceánico

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 21:02, 22 December 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local rs = "%1 railway station"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Ferrocarril Transístmico]]",
	["system icon"] = "",
	["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 station",
		["Coatzacoalcos"] = rs,
		["Medias Aguas"] = rs,
		["Donají"] = rs,
		["Mogoñé"] = rs,
		["Matías Romero"] = rs,
		["Chivela"] = rs,
		["Ixtepec"] = rs,
		["Salina Cruz"] = rs,
		["Chapo"] = rs,
		["Tancochapa"] = rs,
		["Gaytan"] = rs,
		["Roberto Ayala"] = rs,
		["San Manuel"] = rs,
		["Juárez"] = "Juárez railway station (Chiapas)",
		["Pichucalco"] = rs,
		["Teapa"] = rs,
		["Pino Suárez"] = "Pino Suárez railway station (Chiapas)",
		["Palenque"] = rs,
		["Juchitán"] = rs,
		["Unión Hidalgo"] = rs,
		["Reforma"] = rs,
		["Las Anonas"] = rs,
		["Chahuites"] = rs,
		["Arriaga"] = rs,
		["Tonalá"] = rs,
		["Pijijiapan"] = rs,
		["Mapastepec"] = rs,
		["Acapetahua"] = rs,
		["Villa Comaltitlán"] = rs,
		["Huixtla"] = rs,
		["Tapachula"] = rs,
		["Ciudad Hidalgo"] = rs,
		["Tecún Umán"] = "Tecún Umán Railway Terminal",
		["Juárez"] = "Juárez railway station (Ferrocarril Transístmico)",
		["Salto de Agua"] = rs,
		["Macuspana"] = rs,
		["Rueda"] = rs,
		["El Guanal"] = rs,
		["Teapa"] = rs,
		["Jesús Carranza"] = rs,
		["El Pozo"] = rs,
		["Teapa"] = rs,
		["Mérida"] = "Mérida Central Station",
		["Cuichapa"] = rs,
		["Jáltipan"] = rs,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "3B7861",	
		},
		["Z Line"] = {
			["title"] = "[[Ferrocarril Transístmico#Redevelopment|Z Line]]",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Salina Cruz",
			["right terminus"] = "Coatzacoalcos",
		},
		["FA Line (phase 1)"] = {
			["title"] = "[[Coatzacoalcos–Palenque Line|FA Line]]",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Coatzacoalcos",
			["right terminus"] = "Roberto Ayala",
		},
		["FA Line"] = {
			["title"] = "[[Coatzacoalcos–Palenque Line|FA Line]]",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Coatzacoalcos",
			["right terminus"] = "Palenque",
		},
		["K Line"] = {
			["title"] = "[[Ixtepec–Ciudad Hidalgo Line|K Line]]",
			["note-mid"] = "(Opens July 2024)",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Ixtepec",
			["right terminus"] = "Ciudad Hidalgo",
		},
		["Coatzacoalcos-Mérida former"] = {
			["title"] = "[[Coatzacoalcos–Palenque Line|Coatzacoalcos-Mérida Line]]",
			["color"] = "3B7861",
			["text color"] = "ffffff",
			["left terminus"] = "Coatzacoalcos",
			["right terminus"] = "Mérida",
		},
	},
	["aliases"] = {
		["z line"] = "Z Line",
		["fa line"] = "FA Line",
		["k line"] = "K Line",
	},
}

return p