All public logs

Jump to navigation Jump to search

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

Logs
  • 14:51, 3 May 2024 Administrator talk contribs created page MediaWiki:Gadget-CollapsibleNav.js (Created page with "* * Collapsible navigation for Vector * @maintainer Nardog: // CC0 'use strict'; function onToggle( e ) { var collapsedIds = mw.storage.getObject( 'vector-nav-collapsed' ) || [], index = collapsedIds.indexOf( this.id ); if ( e.type === 'afterExpand' ) { // Remove ID from array if ( index !== -1 ) { collapsedIds.splice( index, 1 ); } if ( collapsedIds.length ) { mw.storage.setObject( 'vector-nav-collapsed', collapsedIds ); } else { // Rem...")