Wiki-Quellcode von Confluence bridge for Note
Zuletzt geändert von xwikiadmin am 2024/06/24 14:35
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | = Description = | ||
2 | |||
3 | This is a bridge for the Confluence Note macro to the XWiki Warning macro. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | |=Parameter|=Description | ||
8 | |**title**|The title of the note. | ||
9 | |||
10 | = Examples of usage = | ||
11 | |||
12 | == Example 1 == | ||
13 | |||
14 | {{code}} | ||
15 | {{confluence_note title="Note: "}} | ||
16 | This is my note with title. | ||
17 | {{/confluence_note}} | ||
18 | {{/code}} | ||
19 | |||
20 | Result : | ||
21 | |||
22 | {{confluence_note title="Note: "}} | ||
23 | This is my note with title. | ||
24 | {{/confluence_note}} | ||
25 | |||
26 | == Example 2 == | ||
27 | |||
28 | {{code}} | ||
29 | {{confluence_note title="It supports XWiki syntax: "}} | ||
30 | This is my note with title and a link [[XWiki Store>>https://store.xwiki.com]] | ||
31 | {{/confluence_note}} | ||
32 | {{/code}} | ||
33 | |||
34 | Result : | ||
35 | |||
36 | {{confluence_note title="It supports XWiki syntax: "}} | ||
37 | This is my note with title and a link [[XWiki Store>>https://store.xwiki.com]] | ||
38 | {{/confluence_note}} |