Manual:$wgExpensiveParserFunctionLimit/fr
Analyseur syntaxique: $wgExpensiveParserFunctionLimit | |
---|---|
Nombre maximal d'appels par analyse à des fonctions d'analyse coûteuses telles que PAGESINCATEGORY. |
|
Introduit dans la version : | 1.13.0 (r32932) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (integer) |
Valeur par défaut : | 99 |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Nombre maximal d'appels par analyse à des fonctions d'analyse coûteuses telles que PAGESINCATEGORY. Les fonctions coûteuses de l'analyseur comprennent :
- {{#ifexist:}} (from Extension:ParserFunctions )
- {{PAGESINCATEGORY}}/{{PAGESINCAT}} (a Magic Word)
- {{PAGESIZE}} (a Magic Word)
- {{REVISIONUSER}} and {{REVISIONTIMESTAMP}} when used with the optional argument to specify a different page
- {{CASCADINGSOURCES}} (a Magic Word)
- Some Lua MediaWiki-related functions (see Lua reference manual), including
mw.incrementExpensiveFunctionCount()
which can be used to manually mark a Lua code path as expensive.
The count is in the html-source of the page. Even without saving, the count for any wikitext can be checked by checking the html-source of the preview page for that wikitext.