Jump to content

Module:Women in Green event

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MSGJ (talk | contribs) at 11:36, 29 September 2023 (create). 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)

require('strict')
local p = {}

p.main = function(frame)
	local data=mw.loadJsonData('Template:WikiProject Women in Green/events')
	return data[tonumber(frame.args[1])][frame.args[2]]
end

return p