view_char

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in topic.naml
1382
1383
1384
1385
1386
1387
1388
1389
1390
<macro name="view_char" parameters="view">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.view/]" value2="[n.classic_view
Macro
/]">
        <then>d</then>
        <else.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.view/]" value2="[n.threaded_view
Macro
/]">
            <then>t</then>
            <else>c</else>
        </else.if.equal>
    </n.if.equal>
</macro>