Difference between revisions of "Module:Adjacent stations/Hyderabad Metro"
Jump to navigation
Jump to search
blackwiki>Frietjes (←Created page with 'local p = { ["system title"] = "Hyderabad Metro", ["system color"] = "666666", ["station format"] = { "%1 metro station", ["Stadium"] = "%1 Metro Stat...') |
blackwiki>Frietjes |
||
| Line 17: | Line 17: | ||
["color"] = "0000FF", | ["color"] = "0000FF", | ||
["left terminus"] = "Nagole", | ["left terminus"] = "Nagole", | ||
| − | ["right terminus"] = " | + | ["right terminus"] = "HITEC City" |
}, | }, | ||
["Green"] = { | ["Green"] = { | ||
Revision as of 14:56, 22 September 2019
Documentation for this module may be created at Module:Adjacent stations/Hyderabad Metro/doc
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"] = "HITEC City"
},
["Green"] = {
["title"] = "[[Hyderabad Metro#Lines|Green Line]]",
["color"] = "009933",
["left terminus"] = "Parade Ground",
["right terminus"] = "Falaknuma"
},
}
}
return p