Excerpt |
---|
Enables you to put certain information inline. |
Example
Using the following example, you can put certain information in the page inline.
...
- To add a InlineScriptMacro, go to the necessary Confluence page, click Insert more content, and select Other macros > SIL inline script.
In the displayed dialog, enter the following:
Code Block return "Hello " + currentUser() + "! Current date is " + currentDate() + ".";
- Click Save.
Result
Every time that you update a page, the macro will put this information on the page.
...
We've encountered an issue exporting this macro. Please try exporting again later.