This BBCode tag require argument sub-parsing (the argument is also parsed by
the BBCode extension). As Of 0.10.2 another parser can be used as argument parser.
This is a parser option allowing argument quotes to be
escaped this permit the quote delimiter to be found in
the string escaping character is \ it can escape any
quoting character or itself, if found in front of a non
escapable character, it will be dropped.
Default behaviour is not to use escaping.
This is a parser option changing the way errors are
treated. It automatically closes tag in the order they
are opened. And treat tags with only an open tag as if
there were a close tag present.
BBCODE_CORRECT_REOPEN_TAGS
(integer) - since 0.10.2
This is a parser option changing the way errors are
treated. It automatically reopens tag if close tags are
not in the good order.
BBCODE_DISABLE_TREE_BUILD
(integer) - since 0.10.2
This is a parser option disabling the BBCode parsing
it can be useful if only the "smiley" replacement must
be used.
BBCODE_DEFAULT_SMILEYS_ON
(integer) - since 0.10.2
This is a parser option setting smileys to ON if no
flag is given at tag level.
BBCODE_DEFAULT_SMILEYS_OFF
(integer) - since 0.10.2
This is a parser option setting smileys to OFF if no
flag is given at tag level.