Module:Adjacent stations/STE
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the Servicio de Transportes Eléctricos, which manages the Xochimilco Light Rail, trolleybuses in Mexico City, and the Cablebús aerial lifts.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Xochimilco Light Rail | Xochimilco |
010080 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Servicio de Transportes Eléctricos|STE]]",
["system icon"] = "[[File:STE logo.svg|18px|link=Servicio de Transportes Eléctricos]]",
["system color"] = "010080",
["station format"] = {
"%1 light rail station"
},
["lines"] = {
["Xochimilco"] = {
["title"] = "[[Xochimilco Light Rail]]",
["color"] = "010080",
["left terminus"] = "Tasqueña",
["right terminus"] = "Xochimilco",
["icon"] = "[[File:Logo de la línea 1 del tren ligero de la Ciudad de México.svg|16px|Xochimilco Light Rail]]",
},
},
}
return p