topic_path_for

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_path_for".
... in topic.naml
1392
1393
1394
1395
1396
<macro name="topic_path_for" dot_parameter="view" requires="node">
    <n.set_var. name='id'><n.id/></n.set_var.>
    <n.set_var. name='path'><n.topic_node.topic_path view="[n.view/]" selected_id="[n.var name='id'/]"/></n.set_var.>
    <n.var name="path"/>
</macro>