Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
local nag = "%1 metro station (Ahmedabad)"
local p = {
["system title"] = "[[Ahmedabad Metro]]",
["system icon"] = "",
["
["station format"] = {
"%1 metro station",
Line 11 ⟶ 13:
["color"] = "cccccc",
["text color"] = "FFFFFF",
["Blue"] = {
["color"] = "0983ce",
["left terminus"] = "Thaltej Gam",
Line 19 ⟶ 20:
},
["Red"] = {
["color"] = "f52532",
["left terminus"] = "
["right terminus"] = "
},
},
["aliases"] = {
["blue"] = "Blue",
["red"] = "Red"
}
}
|