Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Vincent Massol on 2023/04/06
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.c desableau1 +XWiki.lucaa - Content
-
... ... @@ -71,7 +71,7 @@ 71 71 * Parameter mandatory: Indicates if this particular parameter is mandatory, wiki macro will fail to execute if a mandatory parameter is missing 72 72 * {{version since="10.10"}}Parameter default value (optional): The default value of the parameter when it's empty{{/version}} 73 73 * {{version since="10.10"}}Parameter type (optional): Indicates to which Java type the parameter value (defined as a String) must be converted to (##java.lang.String## by default).{{/version}} 74 -** For more information about parameter types and customparameter pickers, see: [[Documentation.DevGuide.Tutorials.WritingMacros.Using custom pickers for XWiki Rendering Macro parameters.WebHome]]74 +** For more information about parameter types and parameter pickers, see: [[Using pickers for XWiki Rendering Macro parameters>>Documentation.DevGuide.Tutorials.WritingMacros.Using custom pickers for XWiki Rendering Macro parameters.WebHome]] 75 75 76 76 Now we're going to extend our **hello macro** with a parameter. We will introduce a parameter named //greetUser// that will indicate if the greeting message should be tailored for the current user viewing the page. The definition of the parameter is shown below: 77 77