Module:Adjacent stations/Mumbai Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Mumbai Metro.
Lines
Active
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue or blue or 1 |
00AEEF |
| |
Yellow Line | Yellow or yellow or 2A |
FFC600 |
| |
Aqua Line | Aqua or aqua or 3 |
059DB2 |
| |
Red Line | Red or red or 7 |
DA291C |
|
Future
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Yellow Line | Yellow or yellow or 2B |
FFC600 |
| |
Red Line | Red or red or 7A or 9 |
DA291C |
| |
Green Line | Green or green or 4 or 4A or 10 or 11 |
00AE5A |
| |
Orange Line | Orange or orange or 5 or 12 |
FF8200 |
| |
Pink Line | Pink or pink or 6 |
F99FC9 |
| |
Gold Line | Gold or gold or 8 |
BF9724 |
| |
Purple Line | Purple or purple or 13 |
B896D4 |
| |
Magenta Line | Magenta or magenta or 14 |
E10098 |
|
local MUM = "%1 metro station (Mumbai)"
local p = {
["system title"] = "[[Mumbai Metro]]",
["system icon"] = "[[File:Mmmocl-logo-cropped.svg|15px|link=Mumbai Metro|alt=Logo of the Mumbai Metro]]",
["rail box format"] = "title",
["station format"] = {
"%1 metro station",
["Anand Nagar"] = MUM
},
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #5A5075; padding: 0.625em 4px; line-height: 110%", ["header background color"] = "20304A",
["header text color"] = "FFFFFF",
["lines"] = {
["_default"] = {
["title"] = "[[[%1 Line (Mumbai Metro)|%1 Line]]",
["color"] = "034794",
["text color"] = "fff",
},
["Blue"] = {
["title"] = "[[Blue Line (Mumbai Metro)|Blue Line]]",
["color"] = "00AEEF",
["icon"] = "[[File:Logo of Mumbai Metro Line 1.svg|18px|link=Line 1 (Mumbai Metro)]]",
["left terminus"] = "Versova",
["right terminus"] = "Ghatkopar",
},
["Yellow"] = {
["title"] = "[[Yellow Line (Mumbai Metro)|Yellow Line]]",
["color"] = "FFC600",
["text color"] = "000",
["left terminus"] = "Dahisar East",
["right terminus"] = "Mandale",
},
["Aqua"] = {
["title"] = "[[Aqua Line (Mumbai Metro)|Aqua Line]]",
["color"] = "059DB2",
["icon"] = "[[File:Logo of Mumbai Metro Line 3.png|16px|link=Line 3 (Mumbai Metro)]]",
["left terminus"] = "Cuffe Parade",
["right terminus"] = "Aarey JVLR",
},
["Green"] = {
["title"] = "[[Green Line (Mumbai Metro)|Green Line]]",
["color"] = "00AE5A",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Shivaji Chowk (Mira Road)",
["right terminus"] = "SPM Circle",
["types"] = {
["main"] = {
["title"] = "",
["right terminus"] = "Shivaji Chowk (Mira Road)"
},
["branch"] = {
["title"] = "",
["right terminus"] = "SPM Circle"
}
}
},
["Orange"] = {
["title"] = "[[Orange Line (Mumbai Metro)|Orange Line]]",
["color"] = "FF8200",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Kapurbawdi",
["right terminus"] = "Taloja",
},
["Pink"] = {
["title"] = "[[Pink Line (Mumbai Metro)|Pink Line]]",
["color"] = "F99FC9",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Swami Samarth Nagar (Lokhandwala)",
["right terminus"] = "Vikhroli EEH",
},
["Red"] = {
["title"] = "[[Red Line (Mumbai Metro)|Red Line]]",
["color"] = "DA291C",
["left terminus"] = "Subhash Chandra Bose Stadium",
["right terminus"] = "Chhatrapati Shivaji Maharaj International Airport - T2",
},
["Gold"] = {
["title"] = "[[Gold Line (Mumbai Metro)|Gold Line]]",
["color"] = "BF9724",
["text color"] = "000",
["note-mid"] = "''(planned)''",
["left terminus"] = "CSMIA International",
["right terminus"] = "NMIA",
},
["Purple"] = {
["title"] = "[[Purple Line (Mumbai Metro)|Purple Line]]",
["color"] = "B896D4",
["note-mid"] = "''(proposed)''",
["left terminus"] = "Shivaji Chowk (Mira Road)",
["right terminus"] = "Virar",
},
["Magenta"] = {
["title"] = "[[Magenta Line (Mumbai Metro)|Magenta Line]]",
["color"] = "E10098",
["note-mid"] = "''(planned)''",
["left terminus"] = "Vikhroli EEH",
["right terminus"] = "Badlapur",
},
},
["aliases"] = {
["blue"] = "Blue",
["Line 1"] = "Blue",
["line 1"] = "Blue",
["yellow"] = "Yellow",
["Line 2"] = "Yellow",
["line 2"] = "Yellow",
["Line 2A"] = "Yellow",
["line 2a"] = "Yellow",
["Line 2B"] = "Yellow",
["line 2b"] = "Yellow",
["aqua"] = "Aqua",
["Line 3"] = "Aqua",
["line 3"] = "Aqua",
["green"] = "Green",
["Line 4"] = "Green",
["line 4"] = "Green",
["Line 4A"] = "Green",
["line 4a"] = "Green",
["Line 10"] = "Green",
["line 10"] = "Green",
["Line 11"] = "Green",
["line 11"] = "Green",
["orange"] = "Orange",
["Line 5"] = "Orange",
["line 12"] = "Orange",
["pink"] = "Pink",
["Line 6"] = "Pink",
["line 6"] = "Pink",
["red"] = "Red",
["Line 7"] = "Red",
["line 7"] = "Red",
["Line 7A"] = "Red",
["line 7a"] = "Red",
["Line 9"] = "Red",
["line 9"] = "Red",
["gold"] = "Gold",
["Line 8"] = "Gold",
["line 8"] = "Gold",
["purple"] = "Purple",
["Line 13"] = "Purple",
["line 13"] = "Purple",
["magenta"] = "Magenta",
["Line 14"] = "Magenta",
["line 14"] = "Magenta",
}
}
return p