tooltip_parameters

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<macro name="tooltip_parameters">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.has_parameters
Binary
Namespace: CommandInfo
>
        <then>
            <n.tooltip_small_row
Macro
Parameters: contents
.>
                <b>Parameters:</b>
                <n.remove_spaces
Macro
Parameters: text
.parameter_names
Binary
Namespace: CommandInfo
Parameters: do
.loop
Macro
Requires: sequence
Parameters: by, do
.>
                    <n.current_string
Binary
Namespace: StringList
/>
                    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.has_more_strings
Binary
Namespace: StringList
Parameters: n
>
                        <then>,&ensp;</then>
                    </n.if.has_more_strings>
                </n.remove_spaces.parameter_names.loop.>
            </n.tooltip_small_row.>
        </then>
    </n.if.has_parameters>
</macro>