Jump to content

Main public logs

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

Logs
  • 19:24, 21 April 2026 Bones talk contribs created page MediaWiki:Specific Mods.js (Created page with "mw.loader.using('mediawiki.util').then(function () { $(function () { let selectedMod = null; Hook into dropdown clicks: document.addEventListener("click", function (e) { if (e.target.closest(".dropdown-list div")) { const text = e.target.innerText; if (text === "Flame Resonance") { selectedMod = "flame_resonance"; } updateBaseInfo(); } }); function updateBaseInfo() { const box = d...")