.banner-divider
element
The .banner-divider
action displays an edge to edge colored bar with centered text that serves as a section content divider. It belongs to the divider category within the ui area.
Action Syntax
.banner-divider "text"
A quoted text string
.banner-divider $variable
A variable name starting with $
.banner-divider !set:icon "text"
An icon in format !set:name followed by A quoted text string
.banner-divider !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.banner-divider "text"
// Using Variables
// Display dynamic content from variables
.banner-divider $text
Action code: 1506304184
Version: 0.6.4
Last updated: 2025-06-13