Wiki-Quellcode von Tip

Zuletzt geändert von xwikiadmin am 2023/10/26 09:24

Zeige letzte Bearbeiter
1 = Description =
2
3 This is a bridge macro between Confluence Tip macro and XWikis Success macro.
4
5 = Parameters =
6
7 |=Parameter|=Description
8 |**title**|The title of the tip.
9
10 = Example of usage =
11
12 {{code}}
13 {{tip title="Tip: "}}
14 This is my tip with a title.
15 {{/tip}}
16 {{/code}}
17
18 Result :
19
20 {{tip title="Tip: "}}
21 This is my tip with a title.
22 {{/tip}}