Module:Adjacent stations/Mexibús
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Mexibús.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line I | I or 1 |
98ce5f |
Mexibús Line I | |
Line II | II or 2 |
f64835 |
Mexibús Line II | |
Line III | III or 3 |
33b4de |
Mexibús Line III | |
Line IV | IV or 4 |
f7a940 |
Mexibús Line IV |
local p = {
["lang"] = "en-us",
["system title"] = "[[Mexibús]]",
["system icon"] = "[[File:Logo Mexibús Movimex.png|16px|link=Mexibús]]",
["lines"] = {
["_default"] = {
["title"] = "[[Mexibús Line %1|Line %1]]",
["icon"] = "[[File:Mexibús Line %1 logo (2024).jpg|16px|alt=Mexibús Line %1]]",
},
["I"] = {
["color"] = "98ce5f",
},
["II"] = {
["color"] = "f64835",
},
["III"] = {
["color"] = "33b4de",
},
["IV"] = {
["color"] = "f7a940",
},
},
["aliases"] = {
["1"] = "I",
["2"] = "II",
["3"] = "III",
["4"] = "IV",
}
}
return p