Jump to content

Module:Adjacent stations/Agra Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rohitsetthachok (talk | contribs) at 04:17, 17 July 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Agra Metro]]",
	["system icon"] = "",
	["color box format"] = "title",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Agra Metro)|%1 Line]]",
			["text color"] = "fff"
		},
		["Yellow"] = {
			["color"] = "FFFF00",
			["left terminus"] = "Jama Masjid",
			["right terminus"] = "Taj East Gate",
		},
	},
	["aliases"] = {
		["yellow"] = "Yellow",
	}
}

return p