All public logs

From Night Vision Wiki

Combined display of all available logs of Night Vision 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:17, 2 April 2024 Admin 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 heading = el.parentNode; if ( !el.id || heading.querySelector( '.tpl-vheadanchor') ) { // No anchor possible, or a...")