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
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 or line 1 |
06aeef |
|
Usage
edit{{#invoke:Adjacent stations/Mumbai Metro One|function_name}}
local MUM = "%1 metro station (Mumbai)"
local p = {
["system title"] = "[[Mumbai Metro One]]",
["system icon"] = "[[File:Logo of Mumbai Metro Line 1.svg|18px|link=Mumbai Metro]]",
["rail box format"] = "title",
["station format"] = {
"%1 metro station",
["Anand Nagar"] = MUM
},
["name format"] = "font-size: 145%; font-family: Arial; line-height: 125%; color: #FFFFFF; padding: 0.4em 5px; background-color: #000000; text-align: left;",
["header background color"] = "224B9D",
["lines"] = {
["_default"] = {
["title"] = "[[Mumbai_Metro#Lines|Mumbai Metro Line]]",
["color"] = "034794",
["text color"] = "fff",
},
["1"] = {
["title"] = "[[Line 1 (Mumbai Metro)|Line 1]]",
["text color"] = "fff",
["color"] = "06aeef",
["icon"] = "[[File:Logo of Mumbai Metro Line 1.svg|18px|link=Line 1 (Mumbai Metro)]]",
["left terminus"] = "Versova",
["right terminus"] = "Ghatkopar",
},
},
["aliases"] = {
["line 1"] = "1",
}
}
return p