Example of noparse

    *TAGNAME:noparse
    <some HTML tag>{ARG1}</some HTML tag>

    The output will be:

    <some HTML tag>{ARG1}</some HTML tag>

    instead of "some value" modified with some HTML tag.

Back