Module:Adjacent stations/Tren Interoceánico
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tren Interoceánico, sometimes known as the Ferrocarril Transístmico. For the Tren Maya, which will connect to the Tren Interoceánico at Palenque railway station, use Module:Adjacent stations/Tren Maya.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line Z | Z Line |
0A032F |
| |
Line FA | FA Line |
0A032F |
| |
Line K | K Line |
0A032F |
|
Usage
[edit]{{#invoke:Adjacent stations/Tren Interoceánico|function_name}}
{{Sandbox other||
local minor_stop = "%1#Transportation"
local p = {
["lang"] = "en-US",
["system title"] = "[[Tren Interoceánico]]",
["system icon"] = "[[File:Ferrocarril Interoceánico logo.svg|30px|link=Tren Interoceánico]]",
["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",
["Acapetahua"] = minor_stop,
["Arriaga"] = "Arriaga Municipality#Transportation",
["Chahuites"] = minor_stop,
["Ciudad Hidalgo"] = "Ciudad Hidalgo, Chiapas#Transportation",
["Cuichapa"] = minor_stop,
["El Pozo"] = "El Pozo railway station (Chiapas)",
["Jáltipan"] = minor_stop,
["Jáltipan de Morelos"] = "[[Jáltipan#Transportation|Jáltipan]]",
["Juárez"] = "Juárez, Chiapas#Transportation",
["Las Choapas"] = minor_stop,
["Mérida"] = "Mérida Central Station",
["Palenque"] = "[[Palenque railway station|Pakal Ná (Palenque)]]",
["Pakal Ná"] = "[[Palenque railway station|Pakal Ná (Palenque)]]",
["Pakal Ná"] = "[[Palenque railway station|Pakal Ná (Palenque)]]",
["Pino Suárez"] = "Pino Suárez railway station (Chiapas)",
["Salto de Agua"] = "Pino Suárez railway station (Chiapas)",
["Teapa"] = "Teapa Municipality#Transportation",
["Tonalá"] = "Tonalá, Chiapas#Transportation",
["Tecún Umán"] = "Tecún Umán Railway Terminal",
},
["lines"] = {
["_default"] = {
["color"] = "0A032F",
},
["Z Line"] = {
["title"] = "[[Line Z (Tren Interoceánico)|Line Z]]",
["color"] = "0A032F",
["text color"] = "ffffff",
["left terminus"] = "Salina Cruz",
["right terminus"] = "Coatzacoalcos",
},
["FA Line"] = {
["title"] = "[[Line FA (Tren Interoceánico)|Line FA]]",
["color"] = "0A032F",
["text color"] = "ffffff",
["left terminus"] = "Coatzacoalcos",
["right terminus"] = "Palenque",
},
["K Line"] = {
["title"] = "[[Line K (Tren Interoceánico)|Line K]]",
["note-mid"] = "(Opening 2025)",
["color"] = "0A032F",
["text color"] = "ffffff",
["left terminus"] = "Ixtepec",
["right terminus"] = "Ciudad Hidalgo",
["types"] = {
["Phase 1"] = {
["left terminus"] = "Ixtepec",
["right terminus"] = "Arriaga",
},
}
},
["Coatzacoalcos-Mérida former"] = {
["title"] = "[[Line FA (Tren Interoceánico)|Coatzacoalcos-Mérida Line]]",
["color"] = "808080",
["text color"] = "ffffff",
["left terminus"] = "Coatzacoalcos",
["right terminus"] = "Mérida",
},
},
["aliases"] = {
["line z"] = "Z Line",
["z"] = "Z Line",
["line fa"] = "FA Line",
["fa line (phase 1)"] = "FA Line",
["fa"] = "FA Line",
["line k"] = "K Line",
["k"] = "K Line",
},
}
return p