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:03, 14 June 2025 Polygnotus talk contribs created page User:Polygnotus/Scripts/ListGenerator2.js (←Created page with '// Wikipedia List Generator - Special:BlankPage/Listgen // Universal Wikipedia List Copier adapted for dedicated blank page interface $(document).ready(function() { // Only run on Special:BlankPage/Listgen if (mw.config.get('wgCanonicalSpecialPageName') === 'Blankpage' && mw.config.get('wgPageName') === 'Special:BlankPage/Listgen') { // Set up the page $('#firstHeading').text('Wikipedia List Generator'); se...') Tag: Recreated
- 12:12, 26 May 2025 Explicit talk contribs deleted page User:Polygnotus/Scripts/ListGenerator2.js (U1: User request to delete page in own userspace – to retrieve it, see WP:IANB)
- 08:10, 26 May 2025 Polygnotus talk contribs created page User:Polygnotus/Scripts/ListGenerator2.js (←Created page with '// Universal Wikipedia List Copier - Refactored for simplicity and maintainability const CONFIG = { API_DELAY: 500, MAX_RETRIES: 3, BASE_URL: 'https://en.wikipedia.org', API_URL: 'https://en.wikipedia.org/w/api.php' }; // ===== CORE UTILITIES ===== function addTooltip(element, text) { element.title = text; } function formatItems(items, includeUrls, baseUrl = `${CONFIG.BASE_URL}/wiki/`) { if (!includeUrls) return items.join('\n');...')