Template:Adjacent stations doc
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local x = "%1 Line"
local p = {
["system title"] = "[[Hyderabad Metro]]",
["line icon format"] = "link",
["system color"] = "666666",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Hyderabad Metro)|%1 Line]]",
["short name"] = "[[%1 Line (Hyderabad Metro)|%1 Line]]",
["text color"] = "ffffff",
["short name"] = x
},
["Red"] = {
["color"] = "ff3333",
["left terminus"] = "Miyapur",
["right terminus"] = "LB Nagar",
["short name"] = "Red Line",
},
["Blue"] = {
["color"] = "0000FF",
["left terminus"] = "Raidurg",
["right terminus"] = "Nagole",
["short name"] = "Blue Line",
},
["Green"] = {
["color"] = "009933",
["left terminus"] = "Parade Ground",
["right terminus"] = "Falaknuma",
["short name"] = "Green Line",
},
["Airport Express"] = {
["title"] = "[[Hyderabad Airport Metro Express|Airport Express Line]]",
["color"] = "FF8C00",
["left terminus"] = "Raidurg",
["right terminus"] = "RGIA Terminal",
["short name"] = "Airport Express Line"
}
},
["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