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 Animal lover 666 (talk | contribs) at 12:39, 26 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Namma Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#666666;",
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1 metro station",
		 ["City Railway Station"] = "%1 metro station (Bangalore)",
         ["Mahatma Gandhi Road"] = "%1 metro station (Bangalore)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Namma Metro)|%1 Line]]",
			["color"] = "666666",
		},
		["Purple"] = {
			["color"] = "8C2877",
			["left terminus"] = "Baiyappanahalli",
			["right terminus"] = "Kengeri",
		},
	    ["Green"] = {
			["color"] = "009933",
			["left terminus"] = "Nagasandra",
			["right terminus"] = "Silk Institute",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Rashtreeya Vidyalaya Road",
			["right terminus"] = "Bommasandra",
		},
	    ["Pink"] = {
			["color"] = "FC8EAC",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Kalena Agrahara",
			["right terminus"] = "Nagawara",
		},
	    ["Blue"] = {
			["color"] = "87CEFA",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Central Silk Board",
			["right terminus"] = "Nagawara",
		},
	    ["Orange"] = {
			["color"] = "FF4500",
			["note-mid"] = "''(planned)''",
			["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"},
			["right terminus"] = {"Kempapura", "Kadabagere"},
		},
	},
	["aliases"] = {
		["purple"] = "Purple",
		["green"] = "Green",
		["yellow"] = "Yellow",
		["pink"] = "Pink",
		["blue"] = "Blue",
		["orange"] = "Orange",
	} 
}

return p