display HTML-encoded string
this token would encode "mél" to "mél"
{mpf:encode=html||data=mél}
encode section
use with closing token
{mpf:encode=html}
... this string will be encoded to HTML-format ...
{/mpf:encode=html}
store encoded data in myVar
use as embedded token
{mpf:set=myVar||{mpf:encode=html||data=mél}}
|