All public logs

Jump to navigation Jump to search

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

Logs
  • 15:01, August 14, 2023 Porplemontage talk contribs created page MediaWiki:Gadget-PatrolLinks.js (Created page with "// Consistently places the patrol link on file pages // by Espyo $(function() { 'use strict'; if(!mw || mw.config.get('wgCanonicalNamespace') != 'File') return; var patrolLinkDiv = document.getElementsByClassName('patrollink'); if(patrolLinkDiv.length == 0) { return; } patrolLinkDiv = patrolLinkDiv[0]; var fileTocDiv = document.getElementById('filetoc'); if(fileTocDiv == null) { return; } fileTocDiv.after(patro...")