Module:Adjacent stations/Hyderabad Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hyderabad Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red Line | Red or red |
ff3333 |
| |
Blue Line | Blue or blue |
0000FF |
| |
Green Line | Green or green |
009933 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Airport Express or airport or airport express |
666666 |
|
local p = {
["system title"] = "[[Hyderabad Metro]]",
["system color"] = "666666",
["station format"] = {
"%1 metro station",
["Stadium"] = "%1 Metro Station",
},
["lines"] = {
["Red"] = {
["title"] = "[[Hyderabad Metro#Lines|Red Line]]",
["color"] = "ff3333",
["left terminus"] = "Miyapur",
["right terminus"] = "LB Nagar"
},
["Blue"] = {
["title"] = "[[Hyderabad Metro#Lines|Blue Line]]",
["color"] = "0000FF",
["left terminus"] = "Nagole",
["right terminus"] = "Ameerpet"
},
["Green"] = {
["title"] = "[[Hyderabad Metro#Lines|Green Line]]",
["color"] = "009933",
["left terminus"] = "Parade Ground",
["right terminus"] = "Falaknuma"
},
}
}
return p