topic_count_column

NAML documentation   Watch a video
   Usages of this macro
... in columns.naml
26
27
28
29
30
31
32
33
34
35
36
37
<macro name="topic_count_column" parameters="title,width">
    <n.table_column
Macro
Parameters: head, body
>
        <head>
            <td class="[n.column_default_border
Macro
/] topic-count-column nowrap" align="center" style="[n.width_style
Macro
Parameters: width
.width/]">
                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Topics[/t]"><n.title/></n.default.>
            </td>
        </head>
        <body>
            <td class="weak-color [n.column_default_border
Macro
/]" align="center"><n.current_node
Binary
Namespace: NodeList
Parameters: do
.topic_count
Binary
Namespace: NodeNamespace
Parameters: filter
/></td>
        </body>
    </n.table_column>
</macro>