Manual:$wgMaxTemplateDepth/ru

This page is a translated version of the page Manual:$wgMaxTemplateDepth and the translation is 12% complete.
Parser: $wgMaxTemplateDepth
Maximum recursion depth for templates within templates.
Введено в версии:1.12.0 (r29569)
Удалено в версии:всё ещё используется
Допустимые значения:(integer)
Значение по умолчанию:100 (1.38+)
40 (1.12-1.37)

Details

Maximum recursion depth for templates within templates. The current parser adds two levels to the PHP call stack for each template, and xdebug limits the call stack to 256 by default. So this should hopefully stop the parser before it hits the xdebug limit.

См. также