Module:Adjacent stations/Jaipur Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Jaipur Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Orange Line | Orange or orange |
ffa500 |
| |
Pink Line | Pink or pink |
ffcbdb |
|
local p = {
["system title"] = "[[Jaipur Metro]]",
["system icon"] = "[[File:Jaipur Metro Logo.svg|18px|link=Jaipur Metro]]",
["color box format"] = "title",
["station format"] = {
"%1 metro station",
["Civil Lines"] = "%1 metro station (Jaipur)",
["Transport Nagar"] = "%1 metro station (Jaipur)",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Jaipur Metro)|%1 Line]]",
["text color"] = "000000",
},
["Orange"] = {
["color"] = "ffa500",
["left terminus"] = "Sitapura Industrial Area",
["right terminus"] = "Ambabari",
},
["Pink"] = {
["color"] = "ffcbdb",
["left terminus"] = "Mansarovar",
["right terminus"] = "Badi Chaupar",
},
},
["aliases"] = {
["orange"] = "Orange",
["pink"] = "Pink",
}
}
return p