Jump to content

Module:Adjacent stations/Mumbai Metro One

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Just a dude from earth (talk | contribs) at 06:08, 23 January 2024. 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:Logo of Mumbai Metro Line 1.png|18px|link=Mumbai Metro]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1 metro station",
		["Anand Nagar"] = MUM
	},
	["name format"] = "font-size: 160%; font-family:Arial; align:left; line-height:125%; color: #FFFFFF; background-color: #000000",
	["header background color"] = "06aeef",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Mumbai_Metro#Lines|Mumbai Metro Line]]",
			["color"] = "034794",
			["text color"] = "fff",
		},
		["1"] = {
			["title"] = "[[Line 1 (Mumbai Metro)|Line 1]]",
			["text color"] = "000",
			["color"] = "06aeef",
			["icon"] = "[[File:Logo of Mumbai Metro Line 1.png|18px|link=Line 1 (Mumbai Metro)]]",
			["left terminus"] = "Versova",
			["right terminus"] = "Ghatkopar",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
	} 
}

return p