Module:Adjacent stations/Namma Metro

From Wikipedia, the free encyclopedia

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

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",
	["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"] = "Nagasandra",
			["right terminus"] = "Silk Institute",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["text color"] = "000",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Rashtreeya Vidyalaya Road",
			["right terminus"] = "Bommasandra",
		},
		["Pink"] = {
			["color"] = "E0218A",
			["text color"] = "FFF",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Nagawara",
			["right terminus"] = "Kalena Agrahara",
		},
		["Blue"] = {
			["color"] = "2B5D95",
			["text color"] = "FFF",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Central Silk Board",
			["right terminus"] = "KIAL Terminals",
		},
		["Orange"] = {
			["color"] = "FF4500",
			["note-mid"] = "''(planned)''",
			["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"},
			["right terminus"] = {"Kempapura", "Kadabagere"},
		},
		["Red"] = {
			["color"] = "FF1000",
			["note-mid"] = "''(Planned)''",
			["left terminus"] = {"Hebbal"},
			["right terminus"] = {"Sarjapura"},
		}
	},
	["aliases"] = {
		["purple"] = "Purple",
		["green"] = "Green",
		["yellow"] = "Yellow",
		["pink"] = "Pink",
		["blue"] = "Blue",
		["orange"] = "Orange",
		["red"] = "Red",
	} 
}

return p