message_count

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "message_count".
... in topic.naml
1207
1208
1209
1210
1211
1212
1213
1214
<macro name="message_count">
    <span style="padding-right:1em">
        <n.one_or_many.page_node.descendant_count>
            <one_text><t>message</t></one_text>
            <many_text><t>messages</t></many_text>
        </n.one_or_many.page_node.descendant_count>
    </span>
</macro>