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
  • 14:07, August 14, 2023 Porplemontage talk contribs created page MediaWiki:Gadget-PatrolFromHere.js (Created page with "// Adds a "Patrol from here" button to the wiki's toolbox // by Espyo $(function() { 'use strict'; const STORAGE_KEY = 'patrolFromHereOnScript'; const PATROL_COUNTDOWN = 3; let patrolButton = getPatrolButton(); let nextEditLink = getNextEditLink(); let patrolFromHereA = null; let patrolling = false; let countdown = 0; let countdownTimer = null; // ========== FUNCTIONS ========== // Can this user even do patrols, and is it...")