Jump to content

Module:Adjacent stations/Mumbai Monorail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 08:05, 6 June 2022 (Created page with 'local p = { ["system title"] = "Mumbai Monorail", ["system icon"] = "", ["system color"] = "", ["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; background-color:transparent;", ["station format"] = { "%1 monorail station", ["Wadala Depot"] = "Wadala Depot" }, ["lines"] = { ["1"] = { ["title"] = "Line 1", ["color"] = "0000ff", ["left terminus"] = "Chembur",...'). 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 p = {
	["system title"] = "[[Mumbai Monorail]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; background-color:transparent;",
	["station format"] = {
		"%1 monorail station",
		["Wadala Depot"] = "Wadala Depot"
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Line 1 (Mumbai Monorail)|Line 1]]",
			["color"] = "0000ff",
			["left terminus"] = "Chembur",
			["right terminus"] = "Jacob Circle"
		},
	},
	["aliases"] = {
		["line 1"] = "1"
	}
}

return p