Jump to content

Module:Adjacent stations/Noida Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dhruv edits (talk | contribs) at 08:35, 16 May 2022 (Icon). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Noida Metro]]",
	["system icon"] = "[[File:Noida Metro Logo.png|20px|link=Noida Metro]]",
	["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