Template:Spoiler/spoiler.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 November 2025

  • curprev 03:1403:14, 3 November 2025Staz talk contribs 471 bytes +471 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'); } }); });"