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 |
E52026 |
| |
Blue Line | Blue or blue |
007ABB |
| |
Green Line | Green or green |
049746 |
| |
Airport Express Line | Airport Express or airport or airport express |
6EB2FE |
|
local p = {
["system title"] = "[[Hyderabad Metro]]",
["system icon"] = "[[File:Hyderabad Metro Rail Logo.png|15px|link=Hyderabad Metro]]",
["rail box format"] = "title",
["name format"] = "font-size: 150%; font-family:Arial, sans; color: #034C89; background-color: transparent; line-height: 125%",
["header background color"] = "69A0CF",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Hyderabad Metro)|%1 Line]]",
["text color"] = "ffffff",
},
["Red"] = {
["color"] = "E52026",
["left terminus"] = "Miyapur",
["right terminus"] = "LB Nagar",
},
["Blue"] = {
["color"] = "007ABB",
["left terminus"] = "Raidurg",
["right terminus"] = "Nagole",
},
["Green"] = {
["color"] = "049746",
["left terminus"] = "Parade Ground",
["right terminus"] = "Falaknuma",
},
["Airport Express"] = {
["title"] = "[[Hyderabad Airport Metro Express|Airport Express Line]]",
["color"] = "6EB2FE",
["left terminus"] = "Raidurg",
["right terminus"] = "RGIA Terminal",
}
},
["aliases"] = {
["red"] = "Red",
["green"] = "Green",
["blue"] = "Blue",
["r"] = "Red",
["g"] = "Green",
["b"] = "Blue",
["ae"] = "Airport Express",
["airport"] = "Airport Express",
["airport express"] = "Airport Express",
}
}
return p