This script allows the display of log entries on the special page "Special:Contributions" without accessing the log in the MediaWiki interface. On each call of the special page, the latest entry from the spam blacklist log and the abuse filter log is loaded, and further entries can be loaded by clicking the button. If additional logs are needed, they can also be loaded by clicking the corresponding button. The number of available log entries is always displayed in the button to load more entries (this happens in steps of 10). (Note: For logs where a user has more than 500 entries, 500 is displayed, as this is the API limit. Administrators have a higher API limit, but here too it is limited to 5000).

Languages

Bearbeiten

The script is currently available in German and English, there are no multilingual or other language versions yet.

Installation

Bearbeiten

The script can be added either via your own common.js or global.js. User interface administrators also have the option to set up the script as a gadget.

German (Original)

 mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:WikiBayer/LogsonUserContribution.js&action=raw&ctype=text/javascript');

English (Translation)

 mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:WikiBayer/LogsonUserContribution_en.js&action=raw&ctype=text/javascript');