post_subject

   Usages of this macro
... in topic.naml
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
<macro name="post_subject" parameters="separator" requires="node">
    <n.set_var
Binary
Namespace: BasicNamespace
Parameters: name, value
. name='parent_subject'>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.has_parent
Macro
Parameters: node
>
            <then.parent_node
Binary
Namespace: NodeNamespace
Parameters: do
.subject
Macro
Requires: node
/>
        </n.if.has_parent>
    </n.set_var.>
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.ends_with
Binary
Namespace: BasicNamespace
Parameters: text, suffix
 text="[n.subject
Macro
Requires: node
/]" suffix="[n.var
Binary
Namespace: BasicNamespace
Parameters: name
 name='parent_subject'/]">
        <then>
            <span class="post-subject adbayes-content"><n.subject
Macro
Requires: node
/> <n.hide_null
Binary
Namespace: BasicNamespace
Parameters: value
.separator/></span>
        </then>
    </n.if.not.ends_with>
</macro>