Main public logs
Combined display of all available logs of Wiki Shangri-La. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:03, 23 December 2025 AccountManager talk contribs created page MediaWiki:Gadget-CategoryData.js (Created page with "const Category = { init( $content ) { // Get automatic translations const translations = []; $content.find( '#mw-pages a' ).each( ( index, link ) => { if ( link.textContent.match( '/[a-z]{2,3}$' ) ) { const item = link.closest( 'li' ); translations.push( item ); } } ); // Hide automatic translations and show a switch to toggle them if ( translations.length ) { Category.toggleTranslations( translations ); Category.addSwitch( translation...")