Jump to content

Module:Adjacent stations/Mumbai Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2405:9800:b650:aa09:edcf:b2c1:b8dc:d068 (talk) at 04:59, 1 June 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local MUM = "%1 metro station (Mumbai)"

local p = {
	["system title"] = "[[Mumbai Metro]]",
	["system icon"] = "[[File:Mmmocl-logo-cropped.svg|15px|link=Mumbai Metro|alt=Logo of the Mumbai Metro]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1 metro station",
		["Anand Nagar"] = MUM
	},
	["name format"] = "font-size: 150%; font-weight:bold; font-family:Arial, sans; line-height:100%; color:#1D468F;background-color: #F8F9FA; padding: 0.3em 4px; line-height: 110%" ,
	["header background color"] = "20304A",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["_default"] = {
			["title"] = "[[[%1 Line (Mumbai Metro)|%1 Line]]",
			["color"] = "034794",
			["text color"] = "fff",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Mumbai Metro)|Blue Line]]",
			["color"] = "00AEEF",
			["icon"] = "[[File:Logo of Mumbai Metro Line 1.svg|18px|link=Line 1 (Mumbai Metro)]]",
			["left terminus"] = "Versova",
			["right terminus"] = "Ghatkopar",
		},
		["Yellow"] = {
			["title"] = "[[Yellow Line (Mumbai Metro)|Yellow Line]]",
			["color"] = "FFC600", 
			["text color"] = "000",
			["left terminus"] = "Dahisar East",
			["right terminus"] = "Mandale",
		},
		["Aqua"] = {
			["title"] = "[[Aqua Line (Mumbai Metro)|Aqua Line]]",
			["color"] = "059DB2",
			["icon"] = "[[File:Logo of Mumbai Metro Line 3.png|16px|link=Line 3 (Mumbai Metro)]]",
			["left terminus"] = "Cuffe Parade",
			["right terminus"] = "Aarey JVLR",
		},
		["Green"] = {
			["title"] = "[[Green Line (Mumbai Metro)|Green Line]]",
			["color"] = "00AE5A",
			["note-mid"] = "''(under construction)''",
		    ["left terminus"] = "Shivaji Chowk (Mira Road)",
			["right terminus"] = "SPM Circle",
			["types"] = {
				["main"] = {
					["title"] = "",
					["right terminus"] = "Shivaji Chowk (Mira Road)"
				},
				["branch"] = {
					["title"] = "",
					["right terminus"] = "SPM Circle"
				}
			}
		},
		["Orange"] = {
			["title"] = "[[Orange Line (Mumbai Metro)|Orange Line]]",
			["color"] = "FF8200",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Kapurbawdi",
			["right terminus"] = "Taloja",
		},
		["Pink"] = {
			["title"] = "[[Pink Line (Mumbai Metro)|Pink Line]]",
			["color"] = "F99FC9",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Swami Samarth Nagar (Lokhandwala)",
			["right terminus"] = "Vikhroli EEH",
		},
		["Red"] = {
			["title"] = "[[Red Line (Mumbai Metro)|Red Line]]",
			["color"] = "DA291C",
			["left terminus"] = "Subhash Chandra Bose Stadium",
			["right terminus"] = "Chhatrapati Shivaji Maharaj International Airport - T2",
		},
		["Gold"] = {
			["title"] = "[[Gold Line (Mumbai Metro)|Gold Line]]",
			["color"] = "BF9724",
			["text color"] = "000",
			["note-mid"] = "''(planned)''",
			["left terminus"] = "CSMIA International",
			["right terminus"] = "NMIA",
		},
		["Purple"] = {
			["title"] = "[[Purple Line (Mumbai Metro)|Purple Line]]",
			["color"] = "B896D4",
			["note-mid"] = "''(proposed)''",
			["left terminus"] = "Shivaji Chowk (Mira Road)",
			["right terminus"] = "Virar",
		},
		["Magenta"] = {
			["title"] = "[[Magenta Line (Mumbai Metro)|Magenta Line]]",
			["color"] = "E10098",
			["note-mid"] = "''(planned)''",
			["left terminus"] = "Vikhroli EEH",
			["right terminus"] = "Badlapur",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["Line 1"] = "Blue",
    	["line 1"] = "Blue",
    	["yellow"] = "Yellow",
		["Line 2"] = "Yellow",
    	["line 2"] = "Yellow",
		["Line 2A"] = "Yellow",
    	["line 2a"] = "Yellow",
    	["Line 2B"] = "Yellow",
    	["line 2b"] = "Yellow",
    	["aqua"] = "Aqua",
		["Line 3"] = "Aqua",
    	["line 3"] = "Aqua",
    	["green"] = "Green",
		["Line 4"] = "Green",
    	["line 4"] = "Green",
    	["Line 4A"] = "Green",
    	["line 4a"] = "Green",
    	["Line 10"] = "Green",
    	["line 10"] = "Green",
    	["Line 11"] = "Green",
    	["line 11"] = "Green",
    	["orange"] = "Orange",
		["Line 5"] = "Orange",
    	["line 12"] = "Orange",
    	["pink"] = "Pink",
		["Line 6"] = "Pink",
    	["line 6"] = "Pink",
    	["red"] = "Red",
		["Line 7"] = "Red",
    	["line 7"] = "Red",
    	["Line 7A"] = "Red",
		["line 7a"] = "Red",
    	["Line 9"] = "Red",
    	["line 9"] = "Red",
    	["gold"] = "Gold",
		["Line 8"] = "Gold",
    	["line 8"] = "Gold",
    	["purple"] = "Purple",
		["Line 13"] = "Purple",
    	["line 13"] = "Purple",
    	["magenta"] = "Magenta",
		["Line 14"] = "Magenta",
    	["line 14"] = "Magenta",
	} 
}

return p