Difference between revisions of "User:Abel/experimaintal.js"
Jump to navigation
Jump to search
m |
m |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 01:57, 19 May 2019
console.log('Reporting in');
var wbproc = new wbContainer(mw, mwEStruct['wbXntity']);
// Check whether the current page is in a relation of interest to an id of interest
var current_entity = wbproc.checkentity( relational_id_list );
// This should return an object of relations and ids
console.log("test: ")
console.log(current_entity);
var h = new idxdbContainer( mw );
h.EnqueuePDIO('update record', Date.now(), Date.now());