Wiki source code of Quote Macro (Radeox)

Last modified by Thomas Mortagne on 2023/10/10 14:27

Show last authors
1 Displays text with special quote formatting.
2
3 {{info}}
4 The quote feature is now part of the [[XWiki Syntax>>xwiki:Documentation.UserGuide.Features.XWikiSyntax]]. See also the [[Quote Macro>>Extension.Quote Macro]].
5 {{/info}}
6
7 == Usage ==
8
9 {{code}}
10 {quote[:source]}
11 {{/code}}
12
13 === Parameters definition ===
14
15 * ##source##: name or link of the quote source
16
17 == Examples ==
18
19 {{code}}
20 {quote}
21 Soyons gais mais ne soyons pas dupes. Eugène Ionesco
22 {quote}
23
24 {quote:http://gallica.bnf.fr/ark:/12148/bpt6k281802.capture}
25 Il viendra le jour où le soleil n'éclairera que des hommes libres.
26 {quote}
27 {{/code}}

Get Connected