Module:Adjacent stations/Patna Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Patna Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red Line | Red or red |
666666 |
| |
Blue Line | Blue or blue |
2B5D95 |
|
local blr = "%1 metro station (Patna)"
local p = {
["system title"] = "[[Patna Metro]]",
["system icon"] = "[[File:Patna Metro.png|17px|link=Patna Metro]]",
["rail box format"] = "title",
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #5A5075; padding: 0.3em 4px; line-height: 110%",
["header background color"] = "5A5075",
["station format"] = {
"%1 metro station",
["City Railway Station"] = blr,
["Mahatma Gandhi Road"] = blr,
["Shivaji Nagar"] = blr
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Patna Metro)|%1 Line]]",
["color"] = "666666",
["text color"] = "ffffff",
},
["Purple"] = {
["color"] = "8C2877",
["left terminus"] = "Baiyappanahalli",
["right terminus"] = "Kengeri",
},
["Green"] = {
["color"] = "009933",
["left terminus"] = "Nagasandra",
["right terminus"] = "Silk Institute",
},
["Yellow"] = {
["color"] = "FFDF00",
["text color"] = "000",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Rashtreeya Vidyalaya Road",
["right terminus"] = "Bommasandra",
},
["Pink"] = {
["color"] = "FC8EAC",
["text color"] = "000",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Kalena Agrahara",
["right terminus"] = "Nagawara",
},
["Blue"] = {
["color"] = "2B5D95",
["text color"] = "FFF",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Central Silk Board",
["right terminus"] = "Nagawara",
},
["Orange"] = {
["color"] = "FF4500",
["note-mid"] = "''(planned)''",
["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"},
["right terminus"] = {"Kempapura", "Kadabagere"},
}
},
["aliases"] = {
["purple"] = "Purple",
["green"] = "Green",
["yellow"] = "Yellow",
["pink"] = "Pink",
["blue"] = "Blue",
["orange"] = "Orange",
}
}
return p