Jump to content

Module:Adjacent stations/Pune Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by REEDriler (talk | contribs) at 12:03, 10 May 2022 (mistakes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Pune Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station",
		["Anand Nagar"] = "[[%1 (Pune) metro station|%1]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Pune Metro)|%1 Line]]",
			["color"] = "666666",
		},
		["Aqua"] = {
			["color"] = "00FFFF",
			["left terminus"] = "Vanaz",
			["right terminus"] = "Ramwadi",
		},
		["Purple"] = {
			["color"] = "800080",
			["left terminus"] = "PCMC Bhavan",
			["right terminus"] = "Swargate",
		},
	},
	["aliases"] = {
		["aqua"] = "Aqua",
		["purple"] = "Purple"
	} 
}

return p