.action-help
element
The .action-help
action displays action help screen. It belongs to the help category within the system area.
Action Syntax
.action-help "text"
A quoted text string
.action-help $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.action-help "actionname"
// Using Variables
// Display dynamic content from variables
.action-help $actionmame
Action code: 506167978
Version: 0.6.4
Last updated: 2025-06-13