Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Simon Urli on 2023/10/10
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. beldaz1 +XWiki.ThomasMortagne - Content
-
... ... @@ -30,7 +30,9 @@ 30 30 31 31 Wiki macros are defined using objects of type ##XWiki.WikiMacroClass##. You define a wiki macro by creating a new wiki page and attaching to it an object of type ##XWiki.WikiMacroClass##. 32 32 33 -{{warning}}There can be only one object of type ##XWiki.WikiMacroClass## per wiki page (if you add more only the first will be used).{{/warning}} 33 +{{warning}} 34 +There can be only one object of type ##XWiki.WikiMacroClass## per wiki page (if you add more only the first will be used). 35 +{{/warning}} 34 34 35 35 36 36 This class contains the following fields: ... ... @@ -117,7 +117,7 @@ 117 117 #end 118 118 ## 119 119 ## Rest of the code. 120 -{{velocity}} 122 +{{/velocity}} 121 121 {{/code}} 122 122 123 123 = Scripting Tips =