views_column

NAML documentation   Watch a video
   Usages of this macro
... in columns.naml
252
253
254
255
256
257
258
259
260
261
262
263
<macro name="views_column" parameters="title">
    <n.table_column
Macro
Parameters: head, body
>
        <head>
            <td class="[n.column_default_border
Macro
/] views-column nowrap" align="center">
                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Views[/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
.views
Macro
Requires: node
Parameters: show_text
/></td>
        </body>
    </n.table_column>
</macro>