This page tells you how to create a user macro that displays the text 'Hello World!' and any text that the user places in the body of the macro. For full details about creating a user macro, see the guide to writing user macros. Defining the 'Hello World' user macroTo create the 'Hello World' user macro:  - Choose User Macros in the left-hand panel.
- Choose Create a User Macro at the bottom of the list of macros.
- Enter the macro attributes as follows:
- Macro Name:
helloworld - Visibility:
Visible to all users in the Macro Browser - Macro Title:
Hello World - Description:
Displays "Hello World" and the macro body. - Categories:
Confluence Content - Icon URL: You can leave this field empty.
- Documentation URL: You can leave this field empty.
- Macro Body Processing:
Rendered
Template: ## @noparams
Hello World!
$body |
- Choose Save.
|