Jump to content

Manual:$wgMaxTemplateDepth/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgMaxTemplateDepth and the translation is 25% complete.
Parser: $wgMaxTemplateDepth
Maximum recursion depth for templates within templates.
이 변수가 소개된 버전:1.12.0 (r29569)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(integer)
기본값:100 (1.38+)
40 (1.12-1.37)

상세

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.

같이 보기