Module:Adjacent stations/Indore Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Indore Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Yellow Line | Yellow or yellow |
FFFF00 |
|
local p = {
["system title"] = "[[Indore Metro]]",
["system icon"] = "",
["color box format"] = "title",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Indore Metro)|%1 Line]]",
["text color"] = "fff"
},
["Yellow"] = {
["color"] = "FFFF00",
["text color"] = "000",
["left terminus"] = "Gandhi Nagar",
["right terminus"] = "Airport",
},
},
["aliases"] = {
["yellow"] = "Yellow",
}
}
return p