Main public logsGive feedback
Jump to navigation
Jump to search
Combined display of all available logs of The Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:37, 28 June 2026 Kai talk contribs created page MediaWiki:Gadget-language.js (Created page with "$(document).ready(function() { var breadcrumbLinks = $('.subpages a'); breadcrumbLinks.each(function() { var originalHref = $(this).attr('href'); var parts = originalHref.split('/'); var pageTitle = decodeURIComponent(parts[parts.length - 1]); var newHref = mw.util.getUrl('Special:MyLanguage/' + pageTitle); $(this).attr('href', newHref); }); });")