Jump to content

Module:Adjacent stations/Indore Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rohitsetthachok (talk | contribs) at 02:52, 15 August 2023 (Created page with 'local p = { ["system title"] = "Indore Metro", ["system icon"] = "", ["color box format"] = "title", ["station format"] = { "%1 metro station" }, ["lines"] = { ["_default"] = { ["title"] = "%1 Line", ["text color"] = "fff" }, ["Yellow"] = { ["color"] = "FFFF00", ["text color"] = "000", ["left terminus"] = "Bhawarsala Square", ["right terminus"] = "Super Corridor 1", }, }, ["aliases"] = { [...'). 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"] = "[[Indore Metro]]",
	["system icon"] = "",
	["color box format"] = "title",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Indore Metro)|%1 Line]]",
			["text color"] = "fff"
		},
		["Yellow"] = {
			["color"] = "FFFF00",
			["text color"] = "000",
			["left terminus"] = "Bhawarsala Square",
			["right terminus"] = "Super Corridor 1",
		},
	},
	["aliases"] = {
		["yellow"] = "Yellow",
	}
}

return p