Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Revision history

MediaWiki interface page

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.

24 January 2026

  • curprev 23:5623:56, 24 January 2026Skycrafter talk contribs 371 bytes +371 Created page with "→‎Test fix: mw.hook('wikipage.content').add(function($content) { $content.find('table.wikitable').each(function() { var $table = $(this); // Only wrap if not already wrapped (prevents double-wrapping) if (!$table.parent().hasClass('table-fix-wrapper')) { $table.wrap('<div class="table-fix-wrapper"></div>'); } }); });"