Возможно, этот код документирован.
// "Add section" at the bottom
if ( mw.config.get( 'wgNamespaceNumber' ) && mw.config.get( 'wgAction' ) === 'view' ) {
$( '#ca-addsection a' )
.clone()
// Do not create duplicate accesskey
.removeAttr( 'accesskey' )
.addClass( 'ruwiki-addSectionBottom' )
.insertAfter( '#content' );
}