tomdav
Active member
For example, in "Let's build an add on"
<li>{{ phrase('replies:') }} {$thread.reply_count|number}</li>
What does the | (pipe) symbol do? Is it defining how to format the output?
Similarly:
title="{{ phrase('more_options')|for_attr }}"
for_attr??? Is this documented anywhere?
Let's build an add-on | Developer Documentation | XenForo
Developer documentation for XenForo
xenforo.com
<li>{{ phrase('replies:') }} {$thread.reply_count|number}</li>
What does the | (pipe) symbol do? Is it defining how to format the output?
Similarly:
title="{{ phrase('more_options')|for_attr }}"
for_attr??? Is this documented anywhere?