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
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Z Line | Z Line |
3B7861 |
| |
FA Line | FA Line |
3B7861 |
| |
K Line | K Line |
3B7861 |
|
Usage
{{#invoke:Adjacent stations/Tren Interoceánico|function_name}}
{{Sandbox other||
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,
},
["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"] = {
["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]]",
["color"] = "3B7861",
["text color"] = "ffffff",
["left terminus"] = "Ixtepec",
["right terminus"] = "Tecún Umán",
},
},
["aliases"] = {
["z line"] = "Z Line",
["fa line"] = "FA Line",
["k line"] = "K Line",
},
}
return p