Manual:$wgPreloadJavaScriptMwUtil/pt-br

From mediawiki.org
This page is a translated version of the page Manual:$wgPreloadJavaScriptMwUtil and the translation is 14% complete.
Front-end: $wgPreloadJavaScriptMwUtil
Whether to preload the mediawiki.util module as blocking module in the top queue.
Introduzido na versão:1.19.0 (r110254)
Removido na versão:1.27.0 (Gerrit change 277738; git #3297fad7)
Valores permitidos:Indefinido
Valor padrão:false

Details

Set to true if your wiki has a large amount of user/site scripts that are lacking dependency information. In the short to medium term these user/site scripts should be fixed by adding the used modules to the dependencies in the module registry and/or wrapping them in a callback to mw.loader.using.

Ver também