Main public logs
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 18:27, 3 May 2025 Polygnotus talk contribs created page User:Polygnotus/Scripts/DuplicateParameters.js (←Created page with '// Wikipedia Duplicate Parameters Detector // Add this to your common.js file // This script detects duplicate parameters in templates when editing a Wikipedia page $(document).ready(function() { // Only run on edit pages if (mw.config.get('wgAction') !== 'edit') { return; } console.log('Check Duplicate Parameters'); // Add a "Check Duplicate Parameters" button next to the article title $('#firstHeadingTitle').after( $('<button>')...')