Jump to content

Module:Adjacent stations/Pune Metro

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

local pnq = "%1 metro station (Pune)"

local p = {
	["system title"] = "[[Pune Metro]]",
	["system icon"] = "[[File:Official Logo of Pune Metro.jpeg|18px|link=Pune Metro]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1 metro station",
		["Anand Nagar"] = pnq,
		["Shivaji Nagar"] = pnq
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Pune Metro)|%1 Line]]",
			["color"] = "666",
			["text color"] = "FFF"
		},
		["Aqua"] = {
			["color"] = "00FFFF",
			["text color"] = "000",
			["left terminus"] = "Vanaz",
			["right terminus"] = "Garware College",
		},
		["Purple"] = {
			["color"] = "800080",
			["left terminus"] = "PCMC Bhavan",
			["right terminus"] = "Phugewadi",
		},
	},
	["aliases"] = {
		["aqua"] = "Aqua",
		["purple"] = "Purple"
	} 
}

return p