Wikipedia:Wikipedia Signpost/2023-02-04/Tips and tricks: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 14:
 
We can also have insights about the content of our articles. Xtools page prose API gives the number of words, references, unique references and sections in each article. So I've developed a notebook which computes this for all the articles created by a user<ref>https://observablehq.com/@pac02/look-at-your-list-of-created-articles-with-the-xtools-page-ap</ref>.
 
My last tool collects data about the number of revisions, the number of editors, the number of pageviews and the number of watchers for all articles a user has created using xtools articleinfo API.<ref>Look at your list of created articles with the Xtools Page ArticleInfo API: https://observablehq.com/@pac02/look-at-your-list-of-created-articles-with-the-xtools-page-ar</ref>
 
I'm not an experienced javascript developer. So all my tools are fragile. I can imagine that if you've created more than 2,000 articles, you may have a lot timeout errors. Last but not least, all my work is open source and anyone can improve it. And of course all your feedbacks are greatly appreciated.