Module:Library works

From ProleWiki, the proletarian encyclopedia
Revision as of 23:41, 30 November 2021 by Forte (talk | contribs)
local p

function p.main(frame) 
	Author = mw.wikibase.getEntityIdForCurrentPage()
	Works = Author:getAllStatements('P25')
end
return p