SUIT Framework

Scripting Using Integrated Templates

Docs - list

07/31/2010: SUIT 2.0.1 and Rulebox 1.1.0 released.

Available Since: Rulebox (1.0.0)

Create a list.

Syntax [list(=equal)]string[/list]
Parameters
string

The string to split up and create a list from.

equal

The type (1, a, A, i, I) of ordered list to create. (Default: "". It will create an unordered list.)

Static Variables
delimiter

The string to split up the list with. (Default: "[*]")

open

The string to open each item with. (Default: "

  • ")

  • close

    The string to close each item with. (Default: "")

    label

    A string used to label this rule. (Default: "list")

    template

    The template to execute and replace the statement with. (Default: "". The template must be loaded manually.)

    Output

    The list.

    Config Notes
    See Also