Module:Library works: Difference between revisions

From ProleWiki, the proletarian encyclopedia
No edit summary
No edit summary
 
(No difference)

Latest revision as of 23:59, 30 November 2021

local p = {}

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