Manual:$wgMaxTemplateDepth/es

Category:MediaWiki configuration settings/es#MaxTemplateDepthCategory:MediaWiki configuration settings introduced in version 1.12.0/es#MaxTemplateDepthCategory:MediaWiki configuration settings still in use/es#MaxTemplateDepthCategory:Parser variables/es#MaxTemplateDepth
Parser: $wgMaxTemplateDepth
Maximum recursion depth for templates within templates.
Introducido en la versión:1.12.0 (r29569)
Eliminado en la versión:aún se usa
Valores permitidos:(entero)
Valor predeterminado:100 (1.38+)
40 (1.12-1.37)

Detalles

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.

See also

Category:MediaWiki configuration settings/es Category:MediaWiki configuration settings introduced in version 1.12.0/es Category:MediaWiki configuration settings still in use/es Category:Parser variables/es