Manual:$wgMaxTemplateDepth/ko
Appearance
| 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.