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".
- 05:44, 5 June 2025 Polygnotus talk contribs created page User:Polygnotus/Scripts/Tab.js (←Created page with '// Add a "Claude" tab to Wikipedia pages $(document).ready(function() { // Check if we're on a page that has tabs (article namespace primarily) if (mw.config.get('wgNamespaceNumber') >= 0) { // Get the current page title var pageTitle = mw.config.get('wgPageName'); // Create the Claude tab var claudeTab = $('<li>').attr('id', 'ca-claude'); var claudeLink = $('<a>').attr({ 'href':...')