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 |
Orange Line | |
Pink Line | Pink or pink |
ffcbdb |
Pink Line |
local p = {
["system title"] = "[[Jaipur Metro]]",
["system icon"] = "[[File:Jaipur Metro Logo.svg|18px|link=Jaipur Metro]]",
["system color"] = "",
["line icon format"] = "route",
["station format"] = {
"%1 metro station",
["Civil Lines"] = "[[%1 metro station (Jaipur)|%1]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Jaipur Metro)]]",
["border color"] = "000000",
["text color"] = "000000",
},
["Orange"] = {
["title"] = "[[Orange Line (Jaipur Metro)|Orange Line]]",
["color"] = "ffa500",
["left terminus"] = "Sitapura Industrial Area",
["right terminus"] = "Ambabari",
["short name"] = "Orange Line",
},
["Pink"] = {
["title"] = "[[Pink Line (Jaipur Metro)|Pink Line]]",
["color"] = "ffcbdb",
["left terminus"] = "Mansarovar",
["right terminus"] = "Badi Chaupar",
["short name"] = "Pink Line",
},
},
["aliases"] = {
["orange line"] = "Orange",
["pink line"] = "Pink",
["orange"] = "Orange",
["pink"] = "Pink",
}
}
return p