Manual:$wgMaxTemplateDepth/ja

From Linux Web Expert

Revision as of 17:48, 1 October 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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)

詳細

テンプレート内でのテンプレートの再帰呼び出しの深さの最大値です。 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.

関連項目