Jump to content

Module:Adjacent stations/Indore Metro

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 2405:9800:bc13:1862:d914:52f9:39c6:794d (talk) at 14:38, 29 September 2023. The present address (URL) is a permanent link to this version.
(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"] = "Gandhi Nagar",
			["right terminus"] = "Airport",
		},
	},
	["aliases"] = {
		["yellow"] = "Yellow",
	}
}

return p