... | in people_title.naml |
1 2 3 4 5 6 7 8
|
<override_macro name="people_title">
<n.title Macro Parameters:
text
♦ ♦
<t>Members of <t.location.page_node Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Macro Requires: node
♦ ♦
<n.if Binary Namespace: BasicNamespace
Parameters:
condition, else, then
♦ ♦ Binary Namespace: BasicNamespace
Parameters:
condition
♦ ♦ Binary Namespace: BasicNamespace
Parameters:
value
♦ ♦ Macro Requires: servlet
♦ ♦
<then>(<n.people_filter Macro Requires: servlet
♦ ♦
</n.if.not.is_null.people_filter>
</n.title.>
</override_macro>
|
... | in people.naml |
35 36 37 38 39 40 41 42
|
<macro name="people_title">
<n.title.>
<t>People in <t.location.page_node.subject/></t>
<n.if.not.is_null.people_filter>
<then>(<n.people_filter/>)</then>
</n.if.not.is_null.people_filter>
</n.title.>
</macro>
|
Powered by Nabble | NAML |