Module:Adjacent stations/Namma Metro: Difference between revisions

Content deleted Content added
mNo edit summary
use svg logo
 
(11 intermediate revisions by 5 users not shown)
Line 1:
local blr = "%1 metro station (BangaloreBengaluru)"
 
local p = {
["system title"] = "[[Namma Metro]]",
["system icon"] = "[[File:Namma Metrometro Logoicon.pngsvg|17px|link=Namma Metro]]",
["namerail box format"] = {"title",
["name format"] = "font-familysize: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #5A5075; padding: 0.625em 4px; line-height: 110%",
["header background color"] = "5A5075",
["Purple"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #b85600;",
["header text color"] = "FFFFFF",
["Green"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #fa9e0d;",
["station format"] = {
["Yellow"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #97C616;",
"%1 metro station",
["Pink"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #005ec4;",
["City Railway Station"] = blr,
["Blue"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #009645;",
["Mahatma Gandhi Road"] = blr,
["Orange"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #0099aa;",
["Shivaji Nagar"] = blr
["Red"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #9900aa;",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Namma Metro)|%1 Line]]",
["text color"] = "FFFFFF666666",
["text color"] = "ffffff",
},
["Purple"] = {
["color"] = "8C2877",
["text color"] = "FFFFFF",
["left terminus"] = "Whitefield (Kadugodi)",
["right terminus"] = "Challaghatta",
Line 26 ⟶ 27:
["Green"] = {
["color"] = "009933",
["text color"] = "FFFFFF",
["left terminus"] = "Madavara",
["right terminus"] = "Silk Institute",
Line 32:
["Yellow"] = {
["color"] = "FFDF00",
["text color"] = "000000000",
["note-mid"] = "Future service",
["left terminus"] = "Rashtreeya Vidyalaya Road",
["right terminus"] = "Delta Electronics Bommasandra",
},
["Pink"] = {
["color"] = "FF49A7",
["text color"] = "FFFFFF",
["note-mid"] = "''(Under Construction)''",
["left terminus"] = "Nagawara",
["right terminus"] = "Kalena Agrahara",
Line 46:
["color"] = "28458C",
["text color"] = "FFFFFF",
["note-mid"] = "''(Under Construction)''",
["left terminus"] = "Central Silk Board",
["right terminus"] = {"Krishnarajapura", "KIAL Terminals"},
},
["Orange"] = {
["color"] = "FF6300",
["text colornote-mid"] = "FFFFFF''(Planned)''",
["left terminus"] = {"JP NagarNagara Phase 4", "Hosahalli"},
["right terminus"] = {"Kempapura", "Kadabagere"},
},
["Red"] = {
["color"] = "CB0020",
["text colornote-mid"] = "FFFFFF''(Planned)''",
["left terminus"] = {"Hebbala"},
["right terminus"] = {"Sarjapura"},
},
["Grey"] = {
["color"] = "838996",
["note-mid"] = "Future service''(Planned)''",
["left terminus"] = {"Hosahalli"},
["right terminus"] = {"Kadabagere"},
},
},
Line 70 ⟶ 77:
["orange"] = "Orange",
["red"] = "Red",
["grey"] = "Grey",
},
}
}