Jump to content

MediaWiki:Gadget-Global-RecentEditors.js: Revision history

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.

25 December 2024

3 October 2024

  • curprev 14:3214:32, 3 October 2024 en>Sophivorus 2,141 bytes +2,141 Created page with "* * This gadget creates a table of recent editors by edit count: const RecentEditors = { init: function () { $( '.RecentEditors' ).each( RecentEditors.makeTable ); }, makeTable: function () { const $div = $( this ); const page = $div.data( 'page' ); const days = $div.data( 'days' ); const params = { action: 'feedrecentchanges', days: days, limit: 50, target: page, hidebots: true, hideanons: true, hidecategorization: true, };..."