Module:Adjacent stations/Ferrocarril Suburbano
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the Tren Suburbano.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
FF0000 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Tren Suburbano]]",
["system icon"] = "[[File:Ferrocarril Suburbano.svg|15px|link=Ferrocarril Suburbano]]",
["system color"] = "#BE1C00",
["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)",
["San Rafael"] = "San Rafael railway station (Tlalnepantla de Baz)",
},
["lines"] = {
["1"] = {
["title"] = "Line 1",
["color"] = "FF0000",
["left terminus"] = "Buenavista",
["right terminus"] = "Cuautitlán",
["icon"] = "[[File:Logo del Sistema 1 del Tren suburbano del valle de México.svg|15px|link=Ferrocarril Suburbano]]",
},
["1 branch"] = {
["title"] = "Line 1",
["note-mid"] = "[[Tren Suburbano#Felipe Ángeles International Airport–Lechería|Branch]] (under construction)",
["color"] = "FF0000",
["left terminus"] = "Lechería",
["right terminus"] = "AIFA",
},
},
}
return p