Jump to content

Module:Adjacent stations/Noida Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:38, 8 May 2022 (create based on Template:Noida stations and Template:Noida color and Template:Noida lines and related templates as well as Noida Metro). 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"] = "[[Noida Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "",
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Noida Metro)|%1 Line]]",
			["color"] = "666666",
		},
		["Aqua"] = {
			["color"] = "00FFFF",
			["left terminus"] = "Noida Sector 51",
			["right terminus"] = "Depot",
		},
},
	["aliases"] = {
		["aqua"] = "Aqua",
	}
}

return p