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).
- 10:49, 7 March 2026 Anthony talk contribs created page MediaWiki:Gadget-categories.js (Created page with "============================================================================= CATEGORY PAGES Strips "Path/To/" prefixes so subcategory links show only the final segment. =============================================================================: $( function () { $( '.mw-category-group ul li a' ).each( function () { $( this ).text( $( this ).text().replace( /^.*\//, '' ) ); } ); } );")