getMaxRecursionDepth: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{MacroFunction |name=getMaxRecusionDepth |version=1.4.0 |description Returns the max amount of recursive calls that are allowed. However The recursion depth of the parser is...") |
No edit summary |
||
Line 14: | Line 14: | ||
[r: getMaxRecusionDepth()] | [r: getMaxRecusionDepth()] | ||
</source> | </source> | ||
|also= | |||
{{func|getRecursionDepth}}, | |||
{{func|setMaxRecusionDepth}}. | |||
}} | }} | ||
[[Category:Loop and Recursion limits]] | [[Category:Loop and Recursion limits]] |
Revision as of 07:48, 20 July 2016
getMaxRecusionDepth() Function
• Introduced in version 1.4.0
Usage
getMaxRecusionDepth()
Example
[r: getMaxRecusionDepth()]