Template:ScriptFunctionH5: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m category without line break
Raffriff42 (talk | contribs)
m tweak
 
(2 intermediate revisions by 2 users not shown)
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>&nbsp;&nbsp; {{{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>

Latest revision as of 14:41, 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>}}