This is a data module for Module:Adjacent stations. It supports services operated by Rapid Metro Gurgaon.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 or Line 1 |
33abe1 |
|
local p = {
["system title"] = "[[Rapid Metro Gurgaon]]",
["system icon"] = "[[File:RMRG logo.svg|20px|link=Rapid Metro Gurgaon]]",
["name format"] = "font-size: 140%; font-family: Arial, sans; font-weight: bold; line-height: 100%; color: #000;",
["header background color"] = "EEEEEE",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["color"] = "33abe1",
["title"] = "[[Rapid Metro Gurgaon#Line %1|Line %1]]",
["text color"] = "fff"
},
["1"] = {
["color"] = "33abe1",
["left terminus"] = "Sector 55–56",
["right terminus"] = {"Phase 3", ["via"] = "Moulsari Avenue"}
}
},
["aliases"] = {
["line 1"] = "1"
}
}
return p