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:11, 15 October 2024 Polygnotus talk contribs created page User:Polygnotus/Scripts/SectionLinks.js (←Created page with '// Add link icons to h2 headers for current versions, old revisions, and diffs (function() { function addLinkIcons() { const headers = document.querySelectorAll('h2[id]'); headers.forEach(header => { const isCurrentVersion = !window.___location.search.match(/[?&]oldid=(\d+)/) && !document.querySelector('.diff-currentversion-title'); if (isCurrentVersion) { // Add two icons for cu...')