Manual:$wgMaxTemplateDepth
構文解析: $wgMaxTemplateDepth | |
---|---|
テンプレート内でのテンプレートの再帰呼び出しの深さの最大値。 |
|
導入されたバージョン: | 1.12.0 (r29569) |
除去されたバージョン: | 使用中 |
許容される値: | (整数) |
既定値: | 100 (1.38+) 40 (1.12-1.37) |
その他の設定: アルファベット順 | 機能順 |
詳細
テンプレート内でのテンプレートの再帰呼び出しの深さの最大値です。 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.