Module:Adjacent stations/Namma Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Namma Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Purple Line (Namma Metro) | Purple or purple |
8C2877 |
| |
Green Line (Namma Metro) | Green or green |
009933 |
| |
Yellow Line (Namma Metro) | Yellow or yellow |
FFDF00 |
| |
Pink Line (Namma Metro) | Pink or pink |
FC8EAC |
| |
Blue Line (Namma Metro) | Blue or blue |
87CEFA |
| |
Orange Line (Namma Metro) | Orange or orange |
FF4500 |
| |
Red Line (Namma Metro) | Red or red |
666666 |
| |
Grey Line (Namma Metro) | Grey or grey |
666666 |
|
local p = {
["system title"] = "[[Namma Metro]]",
["system icon"] = "",
["system color"] = "",
["name format"] = "font-size: 160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000;",
["header background color"] = "EEEEEE",
["station format"] = {
"%1 metro station",
["City Railway Station"] = "[[%1 metro station (Bangalore)|%1]]",
["Mahatma Gandhi Road"] = "[[%1 metro station (Bangalore)|%1]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Namma Metro)]]",
["color"] = "666666",
},
["Purple"] = {
["color"] = "8C2877",
["left terminus"] = "Baiyappanahalli",
["right terminus"] = "Kengeri",
},
["Green"] = {
["color"] = "009933",
["left terminus"] = "Nagasandra",
["right terminus"] = "Silk Institute",
},
["Yellow"] = {
["color"] = "FFDF00",
["left terminus"] = "Rashtreeya Vidyalaya Road",
["right terminus"] = "Bommasandra",
},
["Pink"] = {
["color"] = "FC8EAC",
["left terminus"] = "Kalena Agrahara",
["right terminus"] = "Nagawara",
},
["Blue"] = {
["color"] = "87CEFA",
["left terminus"] = "Central Silk Board",
["right terminus"] = "Nagawara",
},
["Orange"] = {
["color"] = "FF4500",
["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