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 05:58, 23 January 2024 (Created page with 'local M = "%1 metro station (Mumbai)" local p = { ["system title"] = "Mumbai Metro", ["system icon"] = "18px|link=Mumbai Metro", ["rail box format"] = "title", ["station format"] = { "%1 metro station", ["Versova"] = M }, ["name format"] = "font-size: 160%; font-family:Arial; line-height:100%; background-color:transparent;", ["header background color"] = "EEEEEE", ["lines"] = { ["_default"] = {...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local M = "%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",
		["Versova"] = M
	},
	["name format"] = "font-size: 160%; font-family:Arial; line-height:100%; background-color:transparent;",
	["header background color"] = "EEEEEE",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Mumbai_Metro#Lines|Mumbai Metro Line]]",
			["color"] = "034794",
			["text color"] = "fff",
		},
		["1"] = {
			["title"] = "[[Line 1 (Mumbai Metro)|Line 1]]",
			["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