Difference between revisions of "User:Abel/common.js"

From Wikibase Personal data
Jump to navigation Jump to search
m
m (Replaced content with "console.log('+');")
Tag: Replaced
 
(53 intermediate revisions by 2 users not shown)
Line 1: Line 1:
// Content previously here now moved to
 
// https://wiki.personaldata.io/wiki/User:Abel/experimental.js
 
// because common.js is a specific thing in MediaWiki, and has now been activated.
 
 
console.log('+');
 
console.log('+');
 
function p3ofarg(checkobj, "id", "Q97"){
 
for (var i = 0; i < checkobj.length; i++){
 
if ( checkobj.claims.P3[i].mainsnak.datavalue.value[key] == value ) return true;
 
}
 
return false;
 
}
 

Latest revision as of 03:52, 30 April 2019

console.log('+');