All public logs

Jump to navigation Jump to search

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

Logs
  • 18:51, 28 April 2024 Jody talk contribs deleted page User:Jody/BlankUserPage.js (content was: "// <nowiki> var config = {}; $.when( // Resource loader module mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ] ), // Page ready $.ready ).then( function() { // MediaWiki configuration config.mw = mw.config.get( [ "wgPageName", "wgNamespaceNumber", ]); var API = new mw.Api({ ajax: { headers: { "Api-User-Agent": "userPageBlanking" } } }); // Setup var isUserPage = config.mw.wgNamespaceNumber === 2 || config.mw.wgNamespaceNumber === 3; if...")