Widget: Homepage: Difference between revisions

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


     <script>
     <script>
         fetch('/api.php?action=query&meta=userinfo&uiprop=email|registrationdate')
         fetch('/api.php?action=query&meta=userinfo&uiprop=email|registrationdate&format=json')
         // .then(response => response.json())
         // .then(response => response.json())
         .then(data => console.log(data))
         .then(data => console.log(data))

Revision as of 08:33, 2 June 2022

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