Difference between revisions of "User:Eldrin"

From Medivia Online Wiki
(Created page with "mw.loader.using('mediawiki.api').then(function() { new mw.Api().get({ action: 'cargoquery', tables: 'TestSpots', fields: 'name,level,notes', format: 'json' }).done(function(data) { console.log(data); alert(JSON.stringify(data, null, 2)); }); });")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
mw.loader.using('mediawiki.api').then(function() {
 
  new mw.Api().get({
    action: 'cargoquery',
    tables: 'TestSpots',
    fields: 'name,level,notes',
    format: 'json'
  }).done(function(data) {
    console.log(data);
    alert(JSON.stringify(data, null, 2));
  });
});

Latest revision as of 16:21, 22 September 2025