All public logs

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

Logs
  • 15:57, 4 January 2024 Cruebel talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { if (!mw.user.isAnon()) { // User is logged in; the "Toolbox" section will be displayed $('#p-tb').show(); } else { // User is not logged in; hide the "Toolbox" section $('#p-tb').hide(); } });")