2025 RationalWiki 'Oregon Plan' Fundraiser

There is no RationalWiki without you. We are a small non-profit with no staff—we are hundreds of volunteers who document pseudoscience and crankery around the world every day. We will never allow ads because we must remain independent. We cannot rely on big donors with corresponding big agendas. We are not the largest website around, but we believe we play an important role in defending truth and objectivity.

Fighting pseudoscience isn't free.
We are 100% user-supported! Help and donate $5, $10, $20 or whatever you can today with PayPal Logo.png!
Donations so far: $6477.98Goal: $10000

User:Nx/Extensions/Editcount/doc

From RationalWiki
Jump to navigation Jump to search

The Editcount extension provides a special page to get any user's edit count. It can also show a breakdown of edits for each namespace and list editors with the most edits.

Special page[edit]

The special page is located at Special:Editcount. It can accept a username as a wiki-style paramter, e.g. Special:Editcount/Nx. When both the username and the cutoff number are specified, the username takes precedence. Clicking on a username in the top users list will display the statistics for that user.

The edit count does not include deleted contributions, so it may be different than the edit count displayed on Special:Preferences.

Interface messages[edit]

Api[edit]

The mediawiki api already provides several ways to get a user's edit count, e.g. with action=query&list=users (although this seems to be the incorrect number from Special:Preferences). The extension adds the activeusers query to get the top users. Further documentation is available from api.php.