...
Simply click a module’s text to start writing and formatting. se
Formatting option | Description |
---|---|
Text styles | Choose the paragraph style or one of the five heading styles. |
Text sizes | Available sizes range from 10 - 72 pixels. |
Font | All modules use the font that you set in the theme. |
Colour | There are multiple ways to select a colour:
Use the vertical slider located in the middle of the popup to control the colour’s opacity. |
Emphasis | Make the text bold, italicised, or underlined. |
Alignment | Align the text to the left, centre, or right. |
Lists | Create a numbered list or bullet list. |
URL | Add a link to the text. |
Remove formatting | Change the text back to its default look. |
Make module content dynamic
Use text variables to make the content of your modules dynamic – for example to personally welcome a user to your intranet. When writing text in a module, hit $ to see which text variables are available.
...
VariableText variable | Shows | Works on |
---|---|---|
$username | The user’s username. | All content types |
$userfullname | The user’s full name. | All content types |
$userfirstname | The user’s first name. | All content types |
$sitename | The site’s name. | All content types |
$siteid | The site’s ID. | All content types |
$servicedeskname | The service desk’s name. | JSM portals |
$servicedeskid | The service desk’s ID. | JSM portals |
$pagename | The Refined Page’s name. | Refined Pages |
$pagekey | The Refined Page’s key. | Refined Pages |
$spacekeys | A list of the space keys that belong to this page’s child pages. | Refined Pages |
$projectname | The Jira project name. | Jira project |
$projectids | A list of Jira project IDs, including the current page and its child pages. | Jira project |
$projectkey | The Jira project key. | Jira project |
$projectid | The Jira Project ID. | Jira project |
$spacename | The Confluence space name. | Confluence space |
$spacekey | The Confluence space key. | Confluence space |
...