手册:$wgExpensiveParserFunctionLimit
Jump to navigation
Jump to search
解析器: $wgExpensiveParserFunctionLimit | |
---|---|
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. |
|
引进版本: | 1.13.0 (r32932) |
移除版本: | 仍在使用 |
允许的值: | (整数) |
默认值: | 99 |
其他设置: 按首字母排序 | 按功能排序 |
细节
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. At the current time, there are only four expensive Parser Functions:
- {{#ifexist:}}(来自扩展:ParserFunctions)
- {{PAGESINCATEGORY}}/{{PAGESINCAT}}(魔术字)
- {{PAGESIZE}}(魔术字)
- {{CASCADINGSOURCES}}(魔术字)
- Some Lua MediaWiki-related functions (see Lua reference manual)
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.