Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Simon Urli on 2023/10/10
Change comment:
Deleted object
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.beldaz - Content
-
... ... @@ -30,9 +30,7 @@ 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}} 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}} 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}} 36 36 37 37 38 38 This class contains the following fields: ... ... @@ -119,7 +119,7 @@ 119 119 #end 120 120 ## 121 121 ## Rest of the code. 122 -{{ /velocity}}120 +{{velocity}} 123 123 {{/code}} 124 124 125 125 = Scripting Tips =