people_title

NAML documentation   Watch a video
   Usages of this macro
... in people.naml
35
36
37
38
39
40
41
42
<macro name="people_title">
    <n.title
Macro
Parameters: text
.>
        <t>People in <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/></t>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.people_filter
Macro
Requires: servlet
>
            <then>(<n.people_filter
Macro
Requires: servlet
/>)</then>
        </n.if.not.is_null.people_filter>
    </n.title.>
</macro>