All public logs

From Love and Deepspace Wiki

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

Logs
  • 03:33, 31 January 2024 Elaeagnifolia talk contribs created page MediaWiki:Gadget-CollapsibleNav.js (Created page with "* * Collapsible navigation for Timeless, based on the Collapsible Navigation from Vector. * @source /core/skins/vector/collapsibleNav.js: ( function () { 'use strict'; // Use the same function for all navigation headings - don't repeat function toggle( $element, forceSetting ) { var isCollapsed = $element.parent().is( '.collapsed' ); if (forceSetting == 'expand' && !isCollapsed || forceSetting == 'close' && isCollapsed) { return; } $.cookie(...")