Module:Library works: Difference between revisions

From ProleWiki, the proletarian encyclopedia
mNo edit summary
mNo edit summary
Line 1: Line 1:
local p
local p = {}


function p.main(frame)  
function p.main(frame)  

Revision as of 23:42, 30 November 2021

local p = {}

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