Status

Zuletzt geändert von xwikiadmin am 2024/06/24 15:09

Insert a colored label in the text to highlight the status of an item.

Parameters

ParameterNameDescriptionDefault
colourColorThe color of the status(text color and background color). The following colors are available: "Blue", "Green", "Grey", "Purple", "Red" and "Yellow". Default: "Grey".Grey
titleTitleThe text of the status. If not specified, the color name will be displayed (e.g.:"Grey").Colour value(e.g.:Grey)
subtleSubtleThe aspect of the status: either white text on dark color background or dark color text on light color background. This is a boolean parameter so it should be filled with "true" or "false". Default: "false" (white text on dark color background).false

Examples

{{status title="Task"/}}

Check the parameters.Task

{{status title="Improvement" colour="Green"/}}

Add a new status macro.Improvement

{{status title="Improvement" colour="Green" subtle="true"/}}

Add a new status macro.Improvement