Shortcodes for displaying data, stats, sprites, and structured content.
progress
Progress bar with an optional label above it.
HP MP SP LP
{{< progress value="72" max="100" label="XP" type="primary" >}}
type options: primary success warning error
max defaults to 100.
stat
A label + value pair for character sheets, dashboards, or specs.
Character Stats
HP
92
MP
47
ATK
34
DEF
21
SPEED
88
LVL
9
{{< stat label="HP" value="92" type="success" >}}