topic_page_number

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_page_number".
... in topic.naml
1349
1350
1351
1352
1353
1354
1355
1356
1357
<macro name="topic_page_number" requires="servlet">
    <n.paging.
        total_rows="0"
        current_row="[n.classic_index_record/]"
        rows_per_page="[n.classic_rows_per_page/]"
    >
        <n.current_page_number/>
    </n.paging.>
</macro>