All public logs
Combined display of all available logs of Holoscopic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:27, 17 September 2025 Markothell talk contribs created page MediaWiki:Common.js (Created page with "$(document).ready(function() { // Process h4 headings first (deepest level) $('.mw-parser-output h4').each(function() { var $heading = $(this); if ($heading.hasClass('section-collapsible')) return; var $content = $heading.nextUntil('h1, h2, h3, h4'); if ($content.length === 0) return; $content.wrapAll('<div class="section-content level-4"></div>'); $heading.find('.mw-headline').prepend('<span class="section-arr...")