Main public logs
From UAPedia
Jump to navigationJump to search
Combined display of all available logs of UAPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:53, 6 February 2026 Administrator talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Add a copyable 100px-wide thumb link on File: pages (good for portrait 440x587 -> ~100x133) mw.hook('wikipage.content').add(function ($content) { // Namespace 6 = File: if (mw.config.get('wgNamespaceNumber') !== 6) return; // On File: pages, wgTitle is usually the filename without "File:" var filename = mw.config.get('wgTitle'); if (!filename) return; // Build: /wiki/Special:Redir...")