Manual:$wgMaxTemplateDepth/de

Category:MediaWiki configuration settings/de#MaxTemplateDepthCategory:MediaWiki configuration settings introduced in version 1.12.0/de#MaxTemplateDepthCategory:MediaWiki configuration settings still in use/de#MaxTemplateDepthCategory:Parser variables/de#MaxTemplateDepth
Parser: $wgMaxTemplateDepth
Maximum recursion depth for templates within templates.
Eingeführt in Version:1.12.0 (r29569)
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Ganzzahl)
Standardwert: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.

Siehe auch

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