mixed_topics_column

NAML documentation   Watch a video
   Usages of this macro
... in columns.naml
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<macro name="mixed_topics_column">
    <n.topics_column
Macro
Parameters: width, count, title
>
        <title>
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_in_command
Binary
Namespace: BasicNamespace
Parameters: name
 name="top_topics">
                <then><t>Topics</t></then>
                <else><n.current_node
Binary
Namespace: NodeList
Parameters: do
.node_link
Macro
Requires: node
Parameters: text, href, title, class, target
 class='second-font category-link'/></else>
            </n.if.is_in_command>
        </title>
        <count>
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_in_command
Binary
Namespace: BasicNamespace
Parameters: name
 name="top_topics">
                <then><n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.topic_count
Binary
Namespace: NodeNamespace
Parameters: filter
 filter="[n.children_filter
Binary
Namespace: NodeNamespace
/]"/></then>
                <else><n.current_node
Binary
Namespace: NodeList
Parameters: do
.child_count
Binary
Namespace: NodeNamespace
/></else>
            </n.if.is_in_command>
        </count>
    </n.topics_column>
</macro>