Module:Library works

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

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