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 | Purple |
800080 |
| |
Orange Line | Orange |
ff6600 |
| |
Red Line | Red |
ff0000 |
|
local p = {
["system title"] = "[[Chennai Metro]]",
["system icon"] = "[[File:Chennai Metro logo.svg|15px|link=Chennai Metro|alt=Logo of Chennai Metro]]",
["color box format"] = "title",
["name format"] = "font-weight:bold; color: #000000; background-color: #F8F9FA",
["header background color"] = "0F194E",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Chennai Metro)|%1 Line]]",
["color"] = "4169c8",
["text color"] = "fff"
},
["Blue"] = {
["color"] = "3281c4",
["left terminus"] = "Wimco Nagar Depot",
["right terminus"] = "Chennai International Airport",
},
["Green"] = {
["color"] = "53b848",
["left terminus"] = "Chennai Central",
["right terminus"] = "St. Thomas Mount",
},
["Purple"] = { --u/c
["title"] = "[[Line 3 (Chennai Metro)|Purple Line]]",
["color"] = "800080",
["left terminus"] = "Madhavaram Milk Colony",
["right terminus"] = "SIPCOT 2",
},
["Orange"] = { --u/c
["color"] = "ff6600",
["left terminus"] = "Lighthouse",
["right terminus"] = "Poonamallee Bypass",
},
["Red"] = { --u/c
["title"] = "[[Line 5 (Chennai Metro)|Red Line]]",
["color"] = "ff0000",
["left terminus"] = "Madhavaram Milk Colony",
["right terminus"] = "Sholinganallur",
}
},
["aliases"] = {
["1"] = "Blue",
["blue"] = "Blue",
["2"] = "Green",
["green"] = "Green",
["3"] = "Purple",
["purple"] = "Purple",
["4"] = "Orange",
["orange"] = "Orange",
["5"] = "Red",
["red"] = "Red"
}
}
return p