Main public logs
From The Undead Archive
Combined display of all available logs of The Undead Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:46, 13 June 2026 TheUnburied talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: (function () { function weightedChoose(container) { const options = [...container.querySelectorAll(".gadget-choose-option")]; const weights = options.map(el => parseFloat(el.dataset.weight ?? 1)); const total = weights.reduce((sum, w) => sum + w, 0); let random = Math.random() * total; const chosen = options.find((_el, i) => (random -= weights[i]) < 0)...")
