Module:Adjacent stations/Ahmedabad Metro/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Ahmedabad Metro (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Ahmedabad Metro/sandbox.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue |
3b31da |
| |
Red Line | Red |
b11521 |
|
local nag = "%1 metro station (Ahmedabad)"
local p = {
["system title"] = "[[Ahmedabad Metro]]",
["system icon"] = "",
["rail box format"] = "title",
["station format"] = {
"%1 metro station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Ahmedabad Metro)|%1 Line]]",
["color"] = "cccccc",
["text color"] = "FFFFFF",
},
["Blue"] = {
["color"] = "0983ce",
["left terminus"] = "Thaltej Gam",
["right terminus"] = "Vastral Gam",
},
["Red"] = {
["color"] = "f52532",
["left terminus"] = "Mahatma Mandir",
["right terminus"] = "Motera Stadium",
},
},
["aliases"] = {
["blue"] = "Blue",
["red"] = "Red"
}
}
return p