child_name_plural

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 "child_name_plural".
... in utilities.naml
413
414
415
416
417
418
<macro name="child_name_plural" requires="node">
    <n.if.type equals="forum">
        <then><t>Sub-Forums</t></then>
        <else><t>Subcategories</t></else>
    </n.if.type>
</macro>