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