Wiki-Quellcode von Confluence bridge for Tip
Zuletzt geändert von xwikiadmin am 2024/06/24 15:04
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | = Description = | ||
2 | |||
3 | This macro is a bridge for the Confluence Confluence Tip macro to the XWiki 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 | {{confluence_tip title="Tip: "}} | ||
14 | This is my tip with a title. | ||
15 | {{/confluence_tip}} | ||
16 | {{/code}} | ||
17 | |||
18 | Result : | ||
19 | |||
20 | {{confluence_tip title="Tip: "}} | ||
21 | This is my tip with a title. | ||
22 | {{/confluence_tip}} |