All public logs

From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search

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

Logs
  • 05:39, 31 October 2024 Naitomeatori talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".categorytree li a").forEach(function(link) { let text = link.textContent; if (text.includes(":")) { link.textContent = text.split(":")[1]; // Removes the namespace before the colon } }); });")