Main public logs
From BetaHaven Wiki
Jump to navigationJump to search
Combined display of all available logs of BetaHaven Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:02, 3 June 2026 Jkobey talk contribs created page MediaWiki:Common.js (Created page with "mw.hook('wikipage.content').add(function() { $('.mw-userlink').each(function() { var username = $(this).text(); var img = $('<img>') .attr('src', 'https://crafatar.com/avatars/' + encodeURIComponent(username) + '?size=16&overlay') .css({ width: '16px', height: '16px', verticalAlign: 'middle', marginRight: '4px', imageRendering: 'pixelated' }); $(this).prepend(img); }); });")