Manual:$wgMaxTemplateDepth/ja
From Linux Web Expert
<translate> Parser</translate>: $wgMaxTemplateDepth | |
---|---|
テンプレート内でのテンプレートの再帰呼び出しの深さの最大値。 |
|
<translate> Introduced in version:</translate> | 1.12.0 (r29569) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (整数) |
<translate> Default value:</translate> | 100 (1.38+) 40 (1.12-1.37) |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
詳細
テンプレート内でのテンプレートの再帰呼び出しの深さの最大値です。 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.