Modify ↓
Opened 18 years ago
Closed 18 years ago
#4653 closed enhancement (fixed)
TitleIndex macro - add new parameter to define maximum level of returned results
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | low | Milestone: | 0.11 |
Component: | wiki system | Version: | |
Severity: | minor | Keywords: | titleindex |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When using the:
[[TitleIndex]]
macro, there should be another parameter which can define the depth of the index.
If you have the wiki structure of:
- a
- b
- 1
- 2
- 3
- c
Then this new parameter would allow a user to make an index which only has a depth of 0, returning the following index:
- a
- b
- c
Without the contents of the b directory.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Priority: | high → low |
---|---|
Severity: | normal → minor |
Type: | defect → enhancement |
comment:2 by , 18 years ago
Keywords: | titleindex added |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Good idea.