Module:Adjacent stations/Namma Metro
Appearance
From Wikipedia, the free encyclopedia
This is a data module for Module:Adjacent stations. It supports services operated by Namma Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Purple Line | Purple or purple |
8C2877 |
| |
Green Line | Green or green |
009933 |
| |
Yellow Line | Yellow or yellow |
FFDF00 |
| |
Pink Line | Pink or pink |
FF49A7 |
| |
Blue Line | Blue or blue |
28458C |
| |
Orange Line | Orange or orange |
FF6300 |
| |
Red Line | Red or red |
CB0020 |
| |
Grey Line | Grey or grey |
838996 |
| |
Aqua Line | Aqua or aqua |
00FFFF |
|
The above documentation is transcluded from Module:Adjacent stations/Namma Metro/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
local blr = "%1 metro station (Bengaluru)" local p = { ["system title"] = "[[Namma Metro]]", ["system icon"] = "[[File:Namma Metro Logo.png|17px|link=Namma 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", ["header text color"] = "FFFFFF", ["station format"] = { "%1 metro station", ["City Railway Station"] = blr, ["Mahatma Gandhi Road"] = blr, ["Shivaji Nagar"] = blr }, ["lines"] = { ["_default"] = { ["title"] = "[[%1 Line (Namma Metro)|%1 Line]]", ["color"] = "666666", ["text color"] = "ffffff", }, ["Purple"] = { ["color"] = "8C2877", ["left terminus"] = "Whitefield (Kadugodi)", ["right terminus"] = "Challaghatta", }, ["Green"] = { ["color"] = "009933", ["left terminus"] = "Madavara", ["right terminus"] = "Silk Institute", }, ["Yellow"] = { ["color"] = "FFDF00", ["text color"] = "000", ["note-mid"] = "''(under construction)''", ["left terminus"] = "Rashtreeya Vidyalaya Road", ["right terminus"] = "Bommasandra", }, ["Pink"] = { ["color"] = "FF49A7", ["text color"] = "FFFFFF", ["note-mid"] = "''(under construction)''", ["left terminus"] = "Nagawara", ["right terminus"] = "Kalena Agrahara", }, ["Blue"] = { ["color"] = "28458C", ["text color"] = "FFFFFF", ["note-mid"] = "''(under construction)''", ["left terminus"] = "Central Silk Board", ["right terminus"] = "KIAL Terminals", }, ["Orange"] = { ["color"] = "FF6300", ["note-mid"] = "''(planned)''", ["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"}, ["right terminus"] = {"Kempapura", "Kadabagere"}, }, ["Red"] = { ["color"] = "CB0020", ["note-mid"] = "''(Planned)''", ["left terminus"] = {"Hebbala"}, ["right terminus"] = {"Sarjapura"}, }, ["Grey"] = { ["color"] = "838996", ["note-mid"] = "''(Planned)''", ["left terminus"] = {"Hosahalli"}, ["right terminus"] = {"Kadabagere"}, }, ["Aqua"] = { ["color"] = "00FFFF", ["note-mid"] = "''(Planned)''", ["left terminus"] = {"Yeshwanthpura TTMC"}, ["right terminus"] = {"Mahalakshmi"}, } }, ["aliases"] = { ["purple"] = "Purple", ["green"] = "Green", ["yellow"] = "Yellow", ["pink"] = "Pink", ["blue"] = "Blue", ["orange"] = "Orange", ["red"] = "Red", ["grey"] = "Grey", ["aqua"] = "Aqua", } } return p