Main public logs

From Freephile Wiki

Combined display of all available logs of Freephile Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:17, 5 June 2025 Admin talk contribs created page Categories/javascript (Created page with "JavaScript code like the following uses the internal MediaWiki Api to retrieve the categories and output a table with member page counts. You can see the same info at Special:Categories - but this example gives you another way to slice and dice the information if desired. <syntaxhighlight lang="js"> mw.loader.using('mediawiki.api', function() { var api = new mw.Api(); var $output = $('<div id="category-list"></div>'); $output.append('<h2>Categories in t...")