Wiki source code of Expand
Version 1.1 by Frank Fock on 2024/02/07 18:16
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | The expand macro is a bridge between Confluence and XWiki. It provides an expandable / collapsible section for writting content. | ||
| 2 | |||
| 3 | = Parameters = | ||
| 4 | |||
| 5 | |=Parameter|=Description|=Required|=Default | ||
| 6 | |**title**|Text displayed on the collaspse toggle|No|Click here to expand... | ||
| 7 | |||
| 8 | |||
| 9 | = Example Usage = | ||
| 10 | |||
| 11 | {{expand}} | ||
| 12 | Hello 👀 | ||
| 13 | {{/expand}} |