topic_rows

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "topic_rows".
... in topic.naml
110
111
112
113
114
115
116
117
118
119
<macro name="topic_rows" requires="node,forum_topic_namespace,classic_view_namespace">
    <n.post_list.
        sort="date-ascending"
        start="[n.classic_index_record/]"
        length="[n.classic_rows_per_page/]"
    >
        <n.preload_messages/>
        <n.loop.classic_row/>
    </n.post_list.>
</macro>