path

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 "path".
... in user_nodes.naml
167
168
169
170
171
172
173
<macro name="path" parameters="index_record,filter" requires="user">
    <n.encode_url.remove_spaces.>
        /template/NamlServlet.jtp?macro=user_nodes&user=<n.id/>
        <n.add_to_path name="i" value="[n.index_record/]" default_value="0"/>
        <n.add_to_path name="filter" value="[n.filter/]"/>
    </n.encode_url.remove_spaces.>
</macro>