part_tooltip

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<macro name="part_tooltip" requires="command_info">
    <n.tooltip
Macro
Parameters: use_title, delay, contents, position
.>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_binary
Binary
Namespace: CommandInfo
>
            <then>
                <div class="bold">Binary</div>
                <n.tooltip_small_row
Macro
Parameters: contents
.><b>Namespace:</b> <n.namespace_class
Binary
Namespace: CommandInfo
/></n.tooltip_small_row.>
                <n.tooltip_parameters
Macro
/>
            </then>
            <else>
                <div class="bold">Macro</div>
                <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_empty
Binary
Namespace: BasicNamespace
Parameters: value
.required_namespaces
Binary
Namespace: CommandInfo
>
                    <then>
                        <n.tooltip_small_row
Macro
Parameters: contents
.><b>Requires:</b> <n.required_namespaces
Binary
Namespace: CommandInfo
/></n.tooltip_small_row.>
                    </then>
                </n.if.not.is_empty.required_namespaces>
                <n.tooltip_parameters
Macro
/>
            </else>
        </n.if.is_binary>
    </n.tooltip.>
</macro>