Module:Sandbox: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 22: Line 22:
function p.test_statement(frame)
function p.test_statement(frame)
local id = frame.args.id;
local id = frame.args.id;
return mw.wikibase.getAllStatements(id, 'P4' )
mw.logObject( mw.wikibase.getAllStatements(id, 'P4' ) )
end
end


return p;
return p;

Navigation menu