all_urls_js_array

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 "all_urls_js_array".
... in topic.naml
663
664
665
666
667
668
669
670
671
672
673
674
675
<macro name="all_urls_js_array">
    <n.page_node.post_list.
        sort="date-ascending"
        start="0"
        length="10000"
    >
        <n.no_output.next_node/>
        <n.all_urls_js_array_url/>
        <n.loop. by="[n.classic_rows_per_page/]">
            ,<n.all_urls_js_array_url/>
        </n.loop.>
    </n.page_node.post_list.>
</macro>