We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Syntax:
{$varname|modifier1|modifier2|modifier3|...|}
Example:
index.tpl
{= word: "ABCDEFG" =} {$word|0,3|} {$word|0,3|_|} {$word|0,3|_|^|} {$word|0,3|_|^|~2|}
Output:
ABC abc Abc Ab