Actions
Patch #3962
closedAdd a maximum nesting option to the {{child_pages}} macro
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2009-10-02
Due date:
% Done:
0%
Estimated time:
Description
Add a new parameter to the {{child_pages}} macro to control the maximum nesting. It's name is maxnesting and it's an integer. The defualt is to be fully recursive (unlimited nesting). Giving 0 as maximum nesting results in only direct children, 1 with also their children, etc.
Patch is based on 0.8.4, but it should be working on trunk also.
Files
Related issues
      
      Updated by Oxan - about 16 years ago
      
    
    Ah, I've forgotten to escape the macro in the description.
      
      Updated by Go MAEDA over 10 years ago
      
    
    - Is duplicate of Feature #10789: Macros {{child_pages}} with depth parameter added
 
      
      Updated by Go MAEDA over 10 years ago
      
    
    - Status changed from New to Closed
 
A option depth that controls recursion depth was added by #10789.
I close this issue.
Actions