Combined display of all available logs of Polcompball Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:29, 13 June 2025 2x2Master talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: * * @param {HTMLImageElement} img: function fixBrokenImg(img) { var pattern = /\/w\/thumb\.php\?f=([\w%\-]+)\.svg/gi; var result = pattern.exec(img.src); if (result) { img.src = "/wiki/Special:FilePath/" + result[1] + ".svg"; } } function findBrokenImages() { $('figure[typeof="mw:File/Thumb"]>a.mw-file-description>img').each(function (_index, elm) { if...")