Module:Adjacent stations/Ahmedabad Metro/sandbox
![]() | 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 or blue or Line 1 or line 1 |
0088D1 |
| |
Red Line | Red or red or Line 2 or line 2 |
FF5252 |
| |
Yellow Line | Yellow or yellow or Line 3 or line 3 |
FED703 |
| |
Violet Line | Violet or violet or Line 4 or line 4 |
9C27B0 |
|
local p = {
["system title"] = "[[Ahmedabad Metro]]",
["system icon"] = "",
["name format"] = "",
["station format"] = {
"%1 metro station",
},
["lines"] = {
["_default"] = {
["color"] = "cccccc",
},
["1"] = {
["title"] = "[[Blue Line (Ahmedabad Metro)|Blue Line]]",
["color"] = "0983ce",
["left terminus"] = "Thaltej Gam",
["right terminus"] = "Vastral Gam",
},
["2"] = {
["title"] = "[[Red Line (Ahmedabad Metro)|Red Line]]",
["color"] = "f52532",
["left terminus"] = "Mahatma Mandir",
["right terminus"] = "APMC",
},
},
["aliases"] = {
["blue line"] = "1",
["blue line"] = "1",
["red line"] = "2",
["red line"] = "2",
},
}
return p