Module:Adjacent stations/Mexico City Metrobús
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Mexico City Metrobús.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
A4343A |
| |
Line 2 | 2 |
87189D |
| |
Line 3 | 3 |
7A9A01 |
| |
Line 4 | 4 |
FE5000 |
| |
Line 5 | 5 |
001E60 |
| |
Line 6 | 6 |
E10098 |
| |
Line 7 | 7 |
046A38 |
|
local p = {
["lang"] = "en-us",
["system title"] = "[[Mexico City Metrobús]]",
["system icon"] = "[[File:Logo del Metrobús.svg|15px|link=Mexico City Metrobús]]",
["lines"] = {
["_default"] = {
["title"] = "[[Mexico City Metrobús Line %1|Line %1]]",
["icon"] = "[[File:Mexico City Metrobús Line %1 icon.svg|16px|alt=Mexico City Metrobús Line %1]]",
},
["1"] = {
["color"] = "A4343A",
},
["2"] = {
["color"] = "87189D",
},
["3"] = {
["color"] = "7A9A01",
},
["4"] = {
["color"] = "FE5000",
},
["5"] = {
["color"] = "001E60",
},
["6"] = {
["color"] = "E10098",
},
["7"] = {
["color"] = "046A38",
},
},
}
return p