smiley

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 "smiley".
... in text_editor.naml
464
465
466
467
468
469
470
471
<macro name="smiley" parameters="name,src">
    <a href="javascript:Nabble.smiley('[n.src/]')">
        <n.if.starts_with text="[n.src/]" prefix="http://">
            <then><img src="[n.src/]" alt="[n.name/]" border="0" /></then>
            <else><img src="/images/smiley/[n.src/]" alt="[n.name/]" border="0" /></else>
        </n.if.starts_with>
    </a>
</macro>