page_node_is_scheduled_for_deletion

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 "page_node_is_scheduled_for_deletion".
... in topic.naml
1469
1470
1471
1472
1473
1474
<macro name="page_node_is_scheduled_for_deletion" requires="node_page">
    <n.both>
        <condition1><n.page_node.is_root/></condition1>
        <condition2><n.site_has_delete_date/></condition2>
    </n.both>
</macro>