Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
 
Regel 11: Regel 11:
}
}
RLQ.push(function () {
RLQ.push(function () {
     if (typeof mw === 'undefined' || !mw.loader) {
     function waitForMwLoaderUsing(callback) {
         console.error('MediaWiki loader is not available.');
        if (typeof mw !== 'undefined' && mw.loader && typeof mw.loader.using === 'function') {
         return;
            callback();
         } else {
            console.warn('mw.loader.using is not available yet. Retrying...');
            setTimeout(function() {
                waitForMwLoaderUsing(callback);
            }, 100); // Retry every 100 milliseconds
         }
     }
     }
      
 
    mw.loader.using(['ext.EMMNavigationTree', 'mediawiki.api'])
     waitForMwLoaderUsing(function () {
        .then(function () {
        mw.loader.using(['ext.EMMNavigationTree', 'mediawiki.api'])
            console.log('Modules loaded');
            .then(function () {
            checkIfReadyAndExecute();
                console.log('Modules loaded');
        })
                checkIfReadyAndExecute();
        .catch(function (err) {
            })
            console.error('Error loading modules:', err);
            .catch(function (err) {
        });
                console.error('Error loading modules:', err);
            });
    });
});
});


</script>
</script>
</includeonly>
</includeonly>

Huidige versie van 24 jun 2024 om 14:30

Dit is de Widget:EMMNavigatorTree Widget.