All public logs
Combined display of all available logs of Horizon's End Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:35, 19 January 2025 Bwazedilla talk contribs created page MediaWiki:Gadget-switcher.js (Created page with "'use strict'; $( function () { $.each( document.querySelectorAll( '.switcher-container' ), function ( i, container ) { if ( i == 0 ) { mw.loader.using(['mediawiki.util'], function(){mw.util.addCSS('.switcher-container label input{margin-right:0.5em}')}) } var selected, $radio; var switchers = [] var radioName = 'switcher-' + i; var first = true; $.each( container.children, function ( j, switcher ) { var label = switcher.querySelector( '.switcher-label' );...")