Code source wiki de Confluence bridge for Note
Modifié par Admin le 16/10/2025 - 23:33
Afficher les derniers auteurs
| 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}} |