Wiki-Quellcode von Confluence bridge for Float

Zuletzt geändert von xwikiadmin am 2025/01/07 11:39

Zeige letzte Bearbeiter
1 {{velocity}}
2 = Description =
3
4 This is a Confluence bridge for the float macro. It use the XWiki box macro.
5
6 Only a subset of the parameters supported by the Confluence macro are supported by this bridge macro: title, exclude, include and page. The remaining parameters are ignored:
7 * background: As the box macro don't support this parameter, it can't be supported for now.
8 * border: As the box macro don't support this parameter, it can't be supported for now.
9 * margin: As the box macro don't support this parameter, it can't be supported for now.
10 * padding: As the box macro don't support this parameter, it can't be supported for now.
11
12 = Parameters =
13
14 |=Parameter|=Name|=Description|=Required|=Default
15 |**side**|Side|The side to float on. Either: left or right|No|LEFT
16 |**width**|Width|CSS defining the width of the floating block. By example: 200px|No|
17
18 {{/velocity}}
19
20 = Example of usage =
21
22 {{code}}
23 Vel deserunt voluptas ut molestiae porro ut accusantium consequatur quo aspernatur recusandae ut laboriosam eius ut fuga nisi et esse fugiat. Non aperiam officiis eum nihil harum est molestiae quas. In fugiat magnam ad quis cumque vel doloribus ducimus
24
25 {{confluence_float}}
26 Lorem ipsum dolor sit amet. Ea magni recusandae id molestias ullam aut laborum iste est adipisci accusantium?
27 {{/confluence_float}}
28
29 Vel deserunt voluptas ut molestiae porro ut accusantium consequatur quo aspernatur recusandae ut laboriosam eius ut fuga nisi et esse fugiat. Non aperiam officiis eum nihil harum est molestiae quas. In fugiat magnam ad quis cumque vel doloribus ducimus
30 {{/code}}