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".
- 08:37, 11 June 2025 Polygnotus talk contribs created page User:Polygnotus/Scripts/FindArticlesWithDuplicateRefs.js (←Created page with '// Wikipedia Duplicate Reference Finder for common.js // Adds a tool to search for articles with exact duplicate references $(document).ready(function() { // Only run on Wikipedia if (mw.config.get('wgSiteName') !== 'Wikipedia') return; // Add portlet link to toolbox mw.util.addPortletLink( 'p-tb', '#', 'Find Duplicate Refs', 'find-duplicate-refs', 'Search for articles with duplicate references'...')