Main public logs
More actions
Combined display of all available logs of UnfinishedProjects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:36, 6 March 2026 Anthony talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Recent Tutorials — horizontal scroll row on Main Page ( function () { // Only run on the main page if ( mw.config.get( 'wgPageName' ) !== 'Main_Page' ) return; var container = document.getElementById( 'recent-tutorials-row' ); if ( !container ) return; // Show a loading state container.innerHTML = '<div style="color:#aaa; font-size:0.9em; padding:8px 0;">Loading rece...")