Module:Adjacent stations/Bhoj Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Bhoj Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Orange Line | Orange or orange |
fb4f14 |
| |
Blue Line | Blue or blue |
0000ff |
|
local p = {
["system title"] = "[[Bhoj Metro]]",
["system icon"] = "",
["color box format"] = "title",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Bhoj Metro)|%1 Line]]",
["text color"] = "fff"
},
["Orange"] = {
["color"] = "fb4f14",
["left terminus"] = "Karond Chauraha",
["right terminus"] = "AIIMS",
},
["Blue"] = {
["color"] = "0000ff",
["left terminus"] = "Bhadbhada Chauraha",
["right terminus"] = "Ratnagiri Tiraha",
},
},
["aliases"] = {
["orange"] = "Orange",
["blue"] = "Blue"
}
}
return p