All public logs

Jump to navigation Jump to search

Combined display of all available logs of Ragnagoats 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:47, 18 January 2024 Administrator talk contribs created page MediaWiki:Gadget-test.js (Created page with "// Global variables let skillLevels = {}; let skillsByClass = {}; let maxJobLevels = {}; let slot = 1; document.addEventListener('DOMContentLoaded', () => { loadStateFromLocalStorage(); }); // Function to read a local JSON file function loadLocalJSONFile(file, callback) { const xhr = new XMLHttpRequest(); xhr.overrideMimeType('application/json'); xhr.open('GET', file, true); xhr.onreadystatechange = function () { if (xhr.readyState === 4 &&...")