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 130: Line 130:
                         '|?Data Sources' +
                         '|?Data Sources' +
                         searchFunctions.map(func => '|?' + func).join('') +
                         searchFunctions.map(func => '|?' + func).join('') +
                         postFunctions.map(func => '|?' + func).join('')
                         postFunctions.map(func => '|?' + func).join('') +
                        analysisFunctions.map(func => '|?' + func).join('')
                         ;
                         ;
         const dctQueryUrl = '/api.php?action=ask&format=json&query=' + encodeURIComponent(dctQuery);
         const dctQueryUrl = '/api.php?action=ask&format=json&query=' + encodeURIComponent(dctQuery);

Revision as of 16:07, 9 June 2022

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