Main public logs

From Test Wiki

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:02, 11 April 2025 BZPN talk contribs created page User:BZPN/Markblocked-test.js (Created page with "( () => { function execute() { if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) !== -1 ) { return; } const maybeAutostart = $.Deferred(); if ( window.mbNoAutoStart ) { const portletLink = mw.util.addPortletLink( 'p-cactions', '', 'XX', 'ca-showblocks' ); $( portletLink ).on( 'click', ( e ) => { e.preventDefault(); maybeAutostart.resolve(); } ); } else { maybeAutostart.resolve(); } $.when( $.ready, // keep mw.l...")