Manual:$wgExpensiveParserFunctionLimit/pl

Category:MediaWiki configuration settings/pl#ExpensiveParserFunctionLimitCategory:MediaWiki configuration settings introduced in version 1.13.0/pl#ExpensiveParserFunctionLimitCategory:MediaWiki configuration settings still in use/pl#ExpensiveParserFunctionLimitCategory:Parser variables/pl#ExpensiveParserFunctionLimit
Parser: $wgExpensiveParserFunctionLimit
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY.
Wprowadzono w wersji:1.13.0 (r32932)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(integer)
Domyślna wartość:100

Szczegóły

Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. Expensive parser functions include:

  • {{REVISIONUSER}} and {{REVISIONTIMESTAMP}} when used with the optional argument to specify a different page
  • 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.

A limit report for the current page can be found as a comment 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.

Zobacz też

Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.13.0/pl Category:MediaWiki configuration settings still in use/pl Category:Parser variables/pl