This is a data module for Module:Adjacent stations. It supports services operated by El Insurgente.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
83332E |
|
Usage
edit{{#invoke:Adjacent stations/Toluca–Mexico City commuter rail|function_name}}
local p = {
["lang"] = "en-US",
["system title"] = "[[El Insurgente]]",
["system color"] = "#83332E",
["station format"] = {
["name format"] = {
"background-color: #FFFFFF; font-size: 185%; font-family: sans-serif; color: white; padding: 5px; line-height: 50%;",
},
"%1 railway station",
["Lerma"] = "Lerma railway station (State of Mexico)",
["Santa Fe"] = "Santa Fe railway station (Mexico City)",
},
["lines"] = {
["1"] = {
["title"] = "Line 1",
["color"] = "83332E",
["left terminus"] = "Zinacantepec",
["right terminus"] = "Observatorio",
},
},
}
return p