All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:31, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-vector-headanchor.js (Created page with "! * Vector HeadAnchors gadget, from <https://mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.js> * * Copyright 2013-2020 Timo Tijhof * @license MIT <https://opensource.org/licenses/MIT>: // Revision as of 2021-01-29 mw.hook( 'wikipage.content' ).add( function ( $content ) { $content.find( 'span.mw-headline' ).each( function ( i, el ) { var wrap, anchor, id = el.id, heading = el.parentNode; // If anchor is here already, skip. if...")