Manual:$wgPreloadJavaScriptMwUtil
Appearance
この機能は、バージョン 1.27.0 で完全に除去されました。 |
| フロントエンド: $wgPreloadJavaScriptMwUtil | |
|---|---|
| Whether to preload the mediawiki.util module as blocking module in the top queue. |
|
| 導入されたバージョン: | 1.19.0 (r110254) |
| 除去されたバージョン: | 1.27.0 (Gerrit change 277738; git #3297fad7) |
| 許容される値: | 未指定 |
| 既定値: | false |
| その他の設定: アルファベット順 | 機能順 | |
詳細
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.