Module:Adjacent stations/Namma Metro
Documentation for this module may be created at Module:Adjacent stations/Namma Metro/doc
local blr = "%1 மெட்ரோ நிலையம் (பெங்களூர்)"
local p = {
["system title"] = "[[நம்ம மெட்ரோ]]",
["system icon"] = "[[File:Namma Metro Logo.png|17px|link=நம்ம மெட்ரோ]]",
["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 மெட்ரோ நிலையம்",
["நகரத் தொடருந்து நிலைய"] = blr,
["மகாத்மா காந்தி சாலை"] = blr,
["சிவாஜி நகர்"] = blr
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 வழித்தடம் (நம்ம மெட்ரோ)|%1 வழித்தடம்]]",
["color"] = "666666",
["text color"] = "ffffff",
},
["ஊதா"] = {
["color"] = "8C2877",
["left terminus"] = "ஒயிட்பீல்ட் (காடுகோடி)",
["right terminus"] = "சல்லகட்டா",
},
["பச்சை"] = {
["color"] = "009933",
["left terminus"] = "நாகசந்திரம்",
["right terminus"] = "பட்டு நிறுவனம்",
},
["மஞ்சள்"] = {
["color"] = "FFDF00",
["text color"] = "000",
["note-mid"] = "''(கட்டுமானத்தில் உள்ளது)''",
["left terminus"] = "இராச்டிரிய வித்யாலயா சாலை",
["right terminus"] = "பொம்மசந்திரம்",
},
["இளஞ்சிவப்பு"] = {
["color"] = "E0218A",
["text color"] = "FFF",
["note-mid"] = "''(கட்டுமானத்தில் உள்ளது)''",
["left terminus"] = "நாகவரம்",
["right terminus"] = "காலேன அக்ரஹாரா",
},
["நீல"] = {
["color"] = "2B5D95",
["text color"] = "FFF",
["note-mid"] = "''(கட்டுமானத்தில் உள்ளது)''",
["left terminus"] = "மத்திய பட்டு வாரியம்",
["right terminus"] = "KIAL Terminals",
},
["செம்மஞ்சள்"] = {
["color"] = "FF4500",
["note-mid"] = "''(திட்டமிடப்பட்டுள்ளது)''",
["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"},
["right terminus"] = {"Kempapura", "Kadabagere"},
},
["சிவப்பு"] = {
["color"] = "FF1000",
["note-mid"] = "''(திட்டமிடப்பட்டுள்ளது)''",
["left terminus"] = {"Hebbal"},
["right terminus"] = {"Sarjapura"},
}
},
["aliases"] = {
["Purple"] = "ஊதா",
["purple"] = "ஊதா",
["Green"] = "பச்சை",
["green"] = "பச்சை",
["Yellow"] = "மஞ்சள்",
["yellow"] = "மஞ்சள்",
["Pink"] = "இளஞ்சிவப்பு",
["pink"] = "இளஞ்சிவப்பு",
["Blue"] = "நீல",
["blue"] = "நீல",
["Orange"] = "செம்மஞ்சள்",
["orange"] = "செம்மஞ்சள்",
["Red"] = "சிவப்பு",
["red"] = "சிவப்பு",
}
}
return p