MediaWiki

Foreground.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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

18 February 2024

15 February 2024

4 February 2024

3 February 2024

1 February 2024

31 January 2024

30 January 2024

29 January 2024

  • curprev 06:4106:41, 29 January 2024Mel talk contribs 407 bytes +407 Created page with "→‎Collapsible Headers on Desktop: var coll = document.getElementsByTagName('h2'); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }"
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)