Main public logs

Jump to navigation Jump to search
File:Icon-help-48x48.png

Combined display of upload, deletion, protection, blocking, and sysop logs.
You can narrow down the view by selecting a log type, the user name, or the affected page. Note that both fields are case-sensitive.

Logs
  • 19:33, 2 August 2025 Elnian talk contribs created page MediaWiki:Common.js (Created page with "$(function(){ $root = $(':root'); $panel = $('#mw-panel'); $portals = $("#mw-panel .portal"); var s = function(){ $portals.each(function(index, el){ var $el = $(el); var $id = $el.attr("id"); if(!$id){ return; } // for < 1366px $el.removeClass('expanded'); // for >= 1366px if(localStorage.getItem('sidebar_c_'+$id) === "y"){ $el.addClass('collapsed').find('.body').slideUp(0); } }); } s(); $(window).on('resize', s); $portals.o...")