All public logs

Jump to navigation Jump to search

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

Logs
  • 13:22, 23 November 2023 HGG Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function updateText(text){ let delay = 200; let h1 = document.getElementById("admin-quality-animated"); h1.innerHTML = text .split("") .map(letter => { console.log(letter); return `<span>` + letter + `</span>`; }) .join(""); Array.from(h1.children).forEach((span, index) => { setTimeout(() => { span.classList.ad...")