All public logs

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

Logs
  • 03:14, 3 November 2025 Staz talk contribs created page Template:Spoiler/spoiler.js (Created page with "Template:Spoiler on dev.miraheze.org: $(function(){ //spoiler block behavior $('.spoiler').click(function(){ $(this).toggleClass('off'); }); // spoiler button behavior $('#spoilerbtn').text('Show all spoilers'); $('#spoilerbtn').click(function(){ $(this).toggleClass('hide'); $('.spoiler').toggleClass('showall'); if ($(this).is('.hide')){ $(this).text('Hide all spoilers'); } else { $(this).text('Show all spoilers'); } }); });")