This is a data module for Module:Adjacent stations. It supports services operated by Ahmedabad Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Blue or blue or Line 1 or line 1 |
cccccc |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Red or red or Line 2 or line 2 |
cccccc |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Yellow or yellow or Line 3 or line 3 |
cccccc |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Violet or violet or Line 4 or line 4 |
cccccc |
|
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"] = "Motera Stadium",
["right terminus"] = "APMC",
},
},
["aliases"] = {
["blue line"] = "1",
["blue line"] = "1",
["red line"] = "2",
["red line"] = "2",
},
}
return p