Module:Adjacent stations/Madurai Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Madurai Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 or Red |
777777 |
| |
Line 2 | 2 or Green |
777777 |
| |
Line 3 | 3 or Purple |
777777 |
|
local mdu = "%1 metro station (Madurai)"
local p = {
["system title"] = "[[Madurai Metro]]",
["system icon"] = "",
["rail box format"] = "title",
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #777777; padding: 0.3em 4px; line-height: 110%",
["header background color"] = "777777",
["station format"] = {
"%1 metro station",
["Madurai Junction railway station"] = mdu,
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Madurai Metro)|Line %1]]",
["color"] = "777777",
["text color"] = "ffffff",
},
["Red"] = {
["color"] = "C90642",
["note-mid"] = "''(Proposed)''",
["left terminus"] = "Tirumangalam",
["right terminus"] = "Chittampatti Junction",
},
["Green"] = {
["color"] = "03F607",
["note-mid"] = "''(Proposed)''",
["left terminus"] = "Nagasandra",
["right terminus"] = "Silk Institute",
},
["Purple"] = {
["color"] = "8C2877",
["text color"] = "000",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Rashtreeya Vidyalaya Road",
["right terminus"] = "Bommasandra",
}
},
["aliases"] = {
["red"] = "Red",
["green"] = "Green",
["purple"] = "Purple",
}
}
return p