Skip to content

Commit

Permalink
add tag parameter to ItemList in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oSquat authored Oct 3, 2024
1 parent 4650aff commit ab520cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/creolewiki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ The **ItemList** macro accepts multiple named parameters: item, startswith, rege
- <<ItemList(ordered='True')>> displays ordered list of subitems, default is unordered
- <<ItemList(startswith="Foo")>> lists subitems starting with Foo
- <<ItemList(regex="Foo$")>> lists subitems ending with Foo
- <<ItemList(tag="template")>> only include items with this tag
- <<ItemList(skiptag="template")>> ignore items with this tag
- <<ItemList(display="FullPath")>> default, displays full path to subitems
- <<ItemList(display="ChildPath")>> displays last component of the FullPath, including the '/'
Expand Down

0 comments on commit ab520cc

Please sign in to comment.