Module:Adjacent stations/Mumbai Metro One
Appearance
![]() | This module is rated as alpha. It is ready for third-party input, and may be used on a few pages to see if problems arise, but should be watched. Suggestions for new features or changes in their input and output mechanisms are welcome. |
This is a data module for Module:Adjacent stations. It supports services in Mumbai operated by Mumbai Metro One.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 or line 1 |
06aeef |
|
Usage
{{#invoke:Adjacent stations/Mumbai Metro One|function_name}}
local MUM = "%1 metro station (Mumbai)"
local p = {
["system title"] = "[[Mumbai Metro]]",
["system icon"] = "[[File:Logo of Mumbai Metro Line 1.png|18px|link=Mumbai Metro]]",
["rail box format"] = "title",
["station format"] = {
"%1 metro station",
["Anand Nagar"] = MUM
},
["name format"] = "font-size: 160%; font-family:Arial; align:left; line-height:125%; color: #FFFFFF; background-color: #000000",
["header background color"] = "000000",
["lines"] = {
["_default"] = {
["title"] = "[[Mumbai_Metro#Lines|Mumbai Metro Line]]",
["color"] = "034794",
["text color"] = "fff",
},
["1"] = {
["title"] = "[[Line 1 (Mumbai Metro)|Line 1]]",
["text color"] = "000",
["color"] = "06aeef",
["icon"] = "[[File:Logo of Mumbai Metro Line 1.png|18px|link=Line 1 (Mumbai Metro)]]",
["left terminus"] = "Versova",
["right terminus"] = "Ghatkopar",
},
},
["aliases"] = {
["line 1"] = "1",
}
}
return p