MediaWiki:Common.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.

27 October 2024

20 September 2024

17 September 2024

  • curprev 02:4102:41, 17 September 2024Ryan talk contribs empty −1,501 Blanked the page Tag: Blanking
  • curprev 02:4002:40, 17 September 2024Ryan talk contribs 1,501 bytes +1,501 Created page with "function ModifySidebar( action, section, name, link ) { try { switch ( section ) { case 'toolbox': var target = 'p-tb'; break; default: var target = 'p-' + section; break; } if ( action == 'add' ) { var node = document.getElementById( target ) .getElementsByTagName( 'div' )[0] .getElementsByTagName( 'ul' )[0]; var aNode = document.createElement( 'a' ); var liNode = document.createElement( 'li' ); aNode.appen..."