The Status macro displays a coloured lozenge (a rounded box) that is useful for reporting project status. You can choose the colour of the lozenge and the text that appears inside the lozenge. The macro also displays its current status in the editor, and you can change the status directly in the editor.
Screenshot: Click on the Status macro lozenge to change the status.
To add the Status macro to a page using the Macro Browser:
Parameter | Default | Description |
|---|---|---|
Colour | Grey | The colour of the lozenge. The following colours are available: Grey , Red, Yellow, Green and Blue. |
Title | The colour that you select. | The text that will appear inside the lozenge. If you do not specify any text, the title will be the colour of the lozenge, that is 'Grey', 'Red', 'Yellow', 'Green' or 'Blue'. |
Use outline style(subtle) | False | The style of the lozenge and its border. The default style lozenge is a solid background colour with white text. The outline style lozenge is white with a coloured border and coloured text as shown here |
The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page.
Macro name: status
Macro body: None.
<ac:structured-macro ac:name="status">
<ac:parameter ac:name="colour">Green</ac:parameter>
<ac:parameter ac:name="title">On track</ac:parameter>
<ac:parameter ac:name="subtle">true</ac:parameter>
</ac:structured-macro> |
{status:colour=Green|title=On track|subtle=true} |