All public logs

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

Logs
  • 19:59, 10 June 2025 Lhdb talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(function () { // Tworzymy nowy link var link = $('<a>') .attr('href', '/wiki/Deklaracja_dostepnosci') // ← zamień na właściwy URL .text('Deklaracja dostępności'); // Szukamy kontenera w stopce i wstrzykujemy link $('<li>').append(link).appendTo('.mw-footer li:last').parent(); // dodajemy jako ostatni element listy });")