Wiki source code of Excerpt Include Macro
Last modified by Frank Fock on 2024/02/07 18:16
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | = Description = |
2 | |||
3 | The Excerpt Include macro is a bridge between Confluence and XWiki. It allows the user to include contents from other pages marked for use by other macros with the [[Excerpt Macro>>doc:Excerpt]]. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | |=Parameter|=Description|=Mandatory | ||
8 | |**0**|The page to include|Yes | ||
9 | |||
10 | = Example of usage = | ||
11 | |||
12 | {{code}} | ||
13 | {{excerpt-include 0="Excerpt"/}} | ||
14 | {{/code}} | ||
15 | |||
16 | The result is the following: | ||
17 | |||
18 | {{excerpt-include 0="Excerpt"/}} |