Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:59, 23 April 2025 TheAstorPastor talk contribs created page User:TheAstorPastor/script.js (Created page with "* * userRightsManager.js - A gadget for managing user rights on TestWiki * Adapted from existing scripts, licensed under CC-BY-SA 4.0: (function() { // Only run on the permissions request page or test pages if (mw.config.get('wgPageName') != 'User:TheAstorPastor/TestRfP' && !mw.config.get('wgPageName').includes('URMTW-TESTPAGE-RFP')) { return; } // Define user rights names for display var names = { 'sysop': 'Administrator', 'bureaucrat': 'Bureaucrat',...")