Jump to content

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

10 December 2025

  • curprev 16:5616:56, 10 December 2025 Simon Bom talk contribs 1,248 bytes +1,248 Created page with "// Simple Reference Tooltips for MediaWiki // Shows footnote popups like Wikipedia (lightweight) mw.loader.using(['jquery.client'], function () { $(function () { var $refs = $('sup.reference'); $refs.hover(function () { var href = $(this).find('a').attr('href'); if (!href || href.indexOf('#') !== 0) return; var id = href.substring(1); var $note = $('#' + id); if ($note.length === 0) return..."