Template:ScriptFunctionH5: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m no space
Raffriff42 (talk | contribs)
experimental reformat
Line 1: Line 1:
<h5><span class="mw-headline" id="{{{1}}}">{{{1}}}</span> {{{2}}}</h5>
<h5>{{{1}}}</h5>
:<code>{{{3}}}</code>
:<span {{Template:Style_FuncDef_Inline}}>{{{3}}}</span> {{{2|}}}<noinclude>
<div style="display:none;">@since {{{2|&#63;}}} </div><noinclude>[[Category:Filter_templates]] [[Category:Format_templates]]</noinclude>
;Purpose:
:Define a script function and a matching TOC entry (see [[Internal_functions]])
 
;Usage:
<nowiki>{{</nowiki>ScriptFunctionH5|<function-name>|<since-version-number>|<signature-or-usage>}}
 
[[Category:Filter_templates]] [[Category:Format_templates]]</noinclude>

Revision as of 14:40, 14 March 2016

{{{1}}}
{{{3}}}
Purpose
Define a script function and a matching TOC entry (see Internal_functions)
Usage
{{ScriptFunctionH5|<function-name>|<since-version-number>|<signature-or-usage>}}