date_column

NAML documentation   Watch a video
   Usages of this macro
... in user_nodes.naml
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<macro name="date_column" parameters="title,width">
    <n.table_column
Macro
Parameters: head, body
>
        <head>
            <td class="header" style="[n.width_style
Macro
Parameters: width
.width/]">
                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Date[/t]"><n.title/></n.default.>
            </td>
        </head>
        <body>
            <td class="weak-color">
                <n.current_node
Binary
Namespace: NodeList
Parameters: do
.when_created
Binary
Namespace: NodeNamespace
Parameters: do
.short_format
Macro
Requires: date
/>
            </td>
        </body>
    </n.table_column>
</macro>