Skip to main content

Presentation

Note: it is not possible to wrap multiple paragraphs with these tags. Use <br> tag for line breaks if you need multiline text in tags.

MarkupDescription
[progress value={variable}]Inner text[/progress]Displays a progress bar.
Attributes:
value=x current progressbar value
min=x minimal progressbar value
max=x maximal progressbar value
style=accent highlight progressbar with accent theme color
[spoiler]text[/spoiler]Hidden text. Text visibility toggles on click.
[info]text[/info]Display text as an information block. Since this is a block element, it is recommended to use it on a whole paragraph.
Attributes:
font=system use system font
side=n add color to the left infobox side. Possible values: highlight, accent.
[banner]text[/banner]Display text as an banner block. Since this is a block element, it is recommended to use it on a whole paragraph.
Attributes:
style=accent use accent color
allcaps=true display text in all capitals
[css]text[/css]Applies CSS classed and/or styles to the text.
Attributes:
class=CSS_class applies CSS class to the text.
style="CSS style string" applies CSS style to the text.
[font=Courier New]text[/font]Applies font to the text.
[highlight]text[/highlight]
[highlight color=yellow bgcolor=black]Text[/highlight]
Highlights text with accent color.
Optional parameters bgcolor and color allow to set both background and foreground color for text.