User:SwedishTurtles/edits.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 February 2024

  • curprev 23:1823:18, 28 February 2024SwedishTurtles talk contribs 484 bytes +484 Created page with "$(function() { // test if user is seeing their own user page. // only the current uuser's edit count is available through mw.config // but it's possible to get other users' data as well; // see User:PleaseStand/userinfo.js and User:UBX/LiveEditCounter.js for example if( mw.config.get('wgPageName').indexOf('User:' + mw.config.get('wgUserName')) == 0 ) { // Get values var edits = mw.config.get('wgUserEditCount'); // Show result $('#edits').text( edits..."