All public logs
Jump to navigation
Jump to search
Combined display of all available logs of UO Icebound. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:30, 28 July 2025 Archin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function () { var $toc = $('#toc'); if ($toc.length && $('#mw-panel').length) { // Clone the TOC and insert it at the end of the sidebar var $sidebarTOC = $toc.clone().attr('id', 'sidebar-toc'); $('#mw-panel').append($sidebarTOC); $toc.hide(); // Hide the original TOC in the content area } });")