Module:Adjacent stations/Tren Interoceánico
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
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 connects to the Tren Interoceánico at Palenque railway station, use Module:Adjacent stations/Tren Maya.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Line Z | Z Line |
0A032F |
File:FIT Ícono.png | |
| Line FA | FA Line |
0A032F |
File:FIT Ícono.png | |
| Line K | K Line |
0A032F |
File:FIT Ícono.png |
Usage
[edit source]{{#invoke:Adjacent stations/Tren Interoceánico|function_name}}
local minor_stop = "%1#Transportation"
local p = {
["lang"] = "en-US",
["system title"] = "[[Tren Interoceánico]]",
["system icon"] = "[[File:FIT Ícono.png|15px|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 Espinal"] = "%1, Oaxaca#Transportation",
["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",
["Tehuantepec"] = minor_stop,
["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]]",
["color"] = "0A032F",
["text color"] = "ffffff",
["left terminus"] = "Salina Cruz",
["right terminus"] = "Tonalá",
["types"] = {
["extension"] = {
["right terminus"] = "Ciudad Hidalgo",
},
}
},
["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