Module:Adjacent stations/Chennai Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Chennai Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue |
3281c4 |
| |
Green Line | Green |
53b848 |
|
Under Construction
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Purple Line (Chennai Metro) | Purple |
4169c8 |
| |
Yellow Line (Chennai Metro) | Yellow |
4169c8 |
| |
Red Line (Chennai Metro) | Red |
4169c8 |
|
local p = {
["system title"] = "Chennai Metro",
["system icon"] = "",
["system color"] = "",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Chennai Metro)]]",
["color"] = "4169c8",
},
["Blue"] = {
["title"] = "[[Blue Line (Chennai Metro)|Blue Line]]",
["color"] = "3281c4",
["left terminus"] = "Wimco Nagar Depot",
["right terminus"] = "Chennai International Airport",
},
["Green"] = {
["title"] = "[[Green Line (Chennai Metro)|Green Line]]",
["color"] = "53b848",
["left terminus"] = "Chennai Central",
["right terminus"] = "St. Thomas Mount",
},
},
["aliases"] = {
["blue line"] = "Blue",
["green line"] = "Green"
}
}
return p