Main public logs

Jump to navigation Jump to search

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

Logs
  • 20:24, 3 August 2025 Noorisei talk contribs created page MediaWiki:Common.js (Created page with "// Script to ensure the sidebar remains always visible // Add this script to MediaWiki:Common.js or include in HTML (function() { 'use strict'; // Function to force sidebar visibility function forceSidebarVisibility() { const sidebar = document.getElementById('mw-panel'); if (sidebar) { sidebar.style.display = 'block'; sidebar.style.visibility = 'visible'; sidebar.style.opacity = '1'; sideb...")