Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 105: Line 105:
  
 
     <script>
 
     <script>
         fetch('/api.php?action=query&meta=userinfo&uiprop=email|registrationdate&format=json')
+
        var query = '[[Category:Social media platform]]';
        .then(response => response.json())
+
         fetch('/api.php?action=ask&format=json&query=' + encodeURIComponent(query))
        .then(data => console.log(data))
+
            .then(response => response.json())
 +
            .then(data => console.log(data))
 
     </script>
 
     </script>
  

Revision as of 11:32, 2 June 2022

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