Jump to content

Module:Adjacent stations/Namma Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Harshul12345 (talk | contribs) at 01:10, 18 December 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local blr = "%1 metro station (Bangalore)"

local p = {
	["system title"] = "[[Namma Metro]]",
	["system icon"] = "[[File:Namma Metro Logo.png|17px|link=Namma Metro]]",
	["name format"] = {
		"font-family: sans-serif; background-color: #5A5075;",
		["Purple"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #b85600;",
		["Green"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #fa9e0d;",
		["Yellow"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #97C616;",
		["Pink"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #005ec4;",
		["Blue"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #009645;",
		["Orange"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #0099aa;",
		["Red"] = "font-family: sans-serif; background-color: #5A5075; border-bottom: 8px solid #9900aa;",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Namma Metro)|%1 Line]]",
		},
		["Purple"] = {
			["color"] = "8C2877",
			["text color"] = "FFFFFF",
			["left terminus"] = "Whitefield (Kadugodi)",
			["right terminus"] = "Challaghatta",
		},
		["Green"] = {
			["color"] = "009933",
			["text color"] = "FFFFFF",
			["left terminus"] = "Madavara",
			["right terminus"] = "Silk Institute",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["text color"] = "000000",
			["note-mid"] = "Future service",
			["left terminus"] = "Rashtreeya Vidyalaya Road",
			["right terminus"] = "Bommasandra",
		},
		["Pink"] = {
			["color"] = "FF49A7",
			["text color"] = "FFFFFF",
			["left terminus"] = "Nagawara",
			["right terminus"] = "Kalena Agrahara",
		},
		["Blue"] = {
			["color"] = "28458C",
			["text color"] = "FFFFFF",
			["left terminus"] = "Central Silk Board",
			["right terminus"] = "KIAL Terminals",
		},
		["Orange"] = {
			["color"] = "FF6300",
			["text color"] = "FFFFFF",
			["left terminus"] = {"JP Nagar Phase 4", "Hosahalli"},
			["right terminus"] = {"Kempapura", "Kadabagere"},
		},
		["Red"] = {
			["color"] = "CB0020",
			["text color"] = "FFFFFF",
			["left terminus"] = "Hebbala",
			["right terminus"] = "Sarjapura",
		},
	},
	["aliases"] = {
		["purple"] = "Purple",
		["green"] = "Green",
		["yellow"] = "Yellow",
		["pink"] = "Pink",
		["blue"] = "Blue",
		["orange"] = "Orange",
		["red"] = "Red",
	},
}

return p