user_post_count_column

NAML documentation   Watch a video
   Usages of this macro
... in people.naml
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<macro name="user_post_count_column" parameters="title,width" requires="user_list">
    <n.table_column
Macro
Parameters: head, body
>
        <head>
            <td class="nowrap" style="text-align:center;[n.width_style
Macro
Parameters: width
.width/]">
                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Post Count[/t]"><n.title/></n.default.>
            </td>
        </head>
        <body>
            <td class="weak-color" style="text-align:center">
                <n.current_user
Binary
Namespace: UserList
Parameters: do
.node_count
Binary
Namespace: UserNamespace
Parameters: filter
/>
            </td>
        </body>
    </n.table_column>
</macro>