Jump to content

Main public logs

Combined display of all available logs of wiki.vkr. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:56, 10 December 2025 Simon Bom talk contribs created page MediaWiki:RefToolbar.js (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...")