This is a data module for Module:Adjacent stations. It supports services operated by Tren Interurbano.
| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| El Insurgente | El Insurgente |
83332E |
| |
| Felipe Ángeles Train | Tren Felipe Ángeles |
83332E |
|
Usage
edit{{#invoke:Adjacent stations/El Insurgente|function_name}}
local p = {
["lang"] = "en-US",
["system title"] = "[[Tren Interurbano]]",
["system color"] = "#83332E",
["system icon"] = "[[File:Movilidad Integrada (logo) El Insurgente.svg|15px|link=Tren Interurbano]]",
["station format"] = {
["name format"] = {
"background-color: #FFFFFF; font-size: 185%; font-family: sans-serif; color: white; padding: 5px; line-height: 50%;",
},
"%1 railway station",
["Fortuna"] = "Fortuna railway station (Mexico City)",
["Lerma"] = "Lerma railway station (State of Mexico)",
["San Rafael"] = "San Rafael railway station (Tlalnepantla de Baz)",
["Santa Fe"] = "Santa Fe railway station (Mexico City)",
},
["lines"] = {
["El Insurgente"] = {
["title"] = "[[El Insurgente]]",
["short-title"] = "1",
["color"] = "83332E",
["left terminus"] = "Zinacantepec",
["right terminus"] = "Observatorio",
},
["Tren Felipe Ángeles"] = {
["title"] = "[[Felipe Ángeles Train]]",
["color"] = "83332E",
["left terminus"] = "Buenavista",
["right terminus"] = "AIFA–Clara Krause",
},
},
["aliases"] = {
["1"] = "El Insurgente",
["2"] = "Tren Felipe Ángeles",
}
}
return p