invalid_command_html

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
<macro name="invalid_command_html">
    <n.naml_tools
Macro
Parameters: do
.>
        <n.html
Macro
Parameters: head, body
>
            <head>
                <meta name="robots" content="noindex,nofollow"/>
                <n.title
Macro
Parameters: text
.>Invalid Command</n.title.>
            </head>
            <body>
                <n.macro_viewer_header
Macro
Parameters: text
.>
                    Invalid Command
                </n.macro_viewer_header.>
 
                <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.command_is_binary
Binary
Namespace: BasicNamespace
Parameters: id
 id="[n.current_command_id
Macro
/]">
                    <then>
                        <h2>Command Not Found</h2>
                        Meaning ID: <n.current_command_id
Macro
/>
                    </then>
                    <else>
                        <n.set_var
Binary
Namespace: BasicNamespace
Parameters: name, value
. name="macro_name">
                            <n.command_name
Binary
Namespace: BasicNamespace
Parameters: id
 id="[n.current_command_id
Macro
/]"/>
                        </n.set_var.>
 
                        The macro you are looking for could not be found (it may have been modified recently):
                        <div style="font-size:120%;margin:.6em">
                            <n.bold
Macro
Parameters: text
.var
Binary
Namespace: BasicNamespace
Parameters: name
 name="macro_name"/> in <i><n.command_source_name
Binary
Namespace: BasicNamespace
Parameters: id
 id="[n.current_command_id
Macro
/]"/></i>
                        </div>
 
                        <n.macro_search
Binary
Namespace: NabbleNamespace
Parameters: search_by, query, do
. query="[n.var
Binary
Namespace: BasicNamespace
Parameters: name
 name='macro_name'/]" search_by="name">
                            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.has_more_elements
Binary
Namespace: ListSequence
Parameters: n
>
                                <then>
                                    <div style="margin:1.5em 0 0">
                                        Here you can find other related macros:
                                    </div>
                                    <n.macro_results_table
Macro
Requires: command_list
/>
                                </then>
                            </n.if.has_more_elements>
                        </n.macro_search.>
                    </else>
                </n.if.command_is_binary>
            </body>
        </n.html>
    </n.naml_tools.>
</macro>