Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 27: Line 27:


         async function getDcts() {
         async function getDcts() {
             const dctQuery = '/api.php?action=ask&format=json&query=' + encodeURIComponent('[[Category:Disaster Community Technology]]');
             const dctQuery = '[[Category:Disaster Community Technology]]' +
             const dctResponse = await fetch(dctQuery).then(response => response.json());
                            '|?Image' +
                            '|?Data Sources';
            const dctQueryUrl = '/api.php?action=ask&format=json&query=' + encodeURIComponent(dctQuery);
             const dctResponse = await fetch(dctQueryUrl).then(response => response.json());
             console.log(dctResponse);
             console.log(dctResponse);
         }
         }

Revision as of 13:52, 2 June 2022

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