גילגמש
יצירת דף עם התוכן "←Allows to mark pages as patrolled from the Recentchanges or Watchlist page. * * Written by [[User:Yonidebest]]: if ($.inArray(mw.config.get('wgCanonicalSpecialPageName'), ["Recentchanges", "Watchlist", "Recentchangeslinked", "Newpages"]) + 1) { mw.loader.load('mediawiki.api'); mw.hook( 'wikipage.content' ).add(function() { function patrol(revid, checkbox) { var api = new mw.Api(); api.postWithToken('patrol', {action: 'patrol', revid: revid })...."