Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 175: Line 175:
  
 
     async function getDcts() {
 
     async function getDcts() {
 +
        // TEST TEST TEST TEST TEST TEST TEST
 +
        const fq = '[[Category:Function_category]]';
 +
        const qUrl = '/api.php?action=ask&format=json&query=' + encodeURIComponent(fq);
 +
        const fRes = await fetch(qUrl).then(response => response.json());
 +
        console.log('Func result', fRes);
 +
        // TEST TEST TEST TEST TEST TEST TEST
 +
 +
 
         const searchFunctions = [
 
         const searchFunctions = [
 
             'Advanced search features',
 
             'Advanced search features',

Revision as of 12:35, 30 August 2022

Development verstion of the DCT List.
Not ready for production!