All public logs

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

Logs
  • 17:34, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-UncheckFileRedirect.js (Created page with "<nowiki> * Unchecks redirect checkbox on file pages * Because redirects in file namespace are usually unnecessary: ;(function ($, mw) { 'use strict'; var conf = mw.config.get([ 'wgCanonicalSpecialPageName', 'wgRelevantPageName' ]); $(function () { if (conf.wgCanonicalSpecialPageName === 'Movepage'){ if ((/File:/).test(conf.wgRelevantPageName)){ $('#wpLeaveRedirect > input').removeAttr('checked'); } } }); }(jQuery, mediaWiki)); /...")