Main public logs
From The Fifth City Wiki
Combined display of all available logs of The Fifth City Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:00, 25 June 2025 Asarta talk contribs created page User:Asarta/Sandbox/Spoiler/spoiler.js (Created page with "document.querySelectorAll('.spoiler').forEach((element) => { element.addEventListener('click', () => element.classList.toggle('revealed')); });")