[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
!example 1
----
{{{%%collapsebox
!box-title
Click box title to hide/show box content
%%}}}
gives you:

%%collapsebox
!box-title
Click box title to hide/show box content
%%

!example 2
----
{{{%%collapsebox
! Title of the box
Here is the body of the box
* item 1
* item 2
%%}}}
gives you:

%%collapsebox
! Title of the box
Here is the body of the box
* item 1
* item 2
%%