Template:FuncDefH4: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs) m space |
Raffriff42 (talk | contribs) m docs: usage |
||
| Line 1: | Line 1: | ||
<h4 style="display:inline;font-size:10%;height:0;line-height:0;margin:0;padding:0;overflow:hidden;"><span style="display:none">{{{1}}}</span></h4> <noinclude> | <h4 style="display:inline;font-size:10%;height:0;line-height:0;margin:0;padding:0;overflow:hidden;"><span style="display:none">{{{1}}}</span></h4> <noinclude> | ||
'''Purpose''' | |||
:To add a Table of Contents (TOC) entry for a function definition with a hidden <h4> element. | |||
'''Usage''' | |||
:Place immediately above the function definition, exactly as shown. | |||
<div {{BoxWidthIndent|24|2}} > | |||
<nowiki>{{</nowiki>'''FuncDefH4'''|MyFilter}} | |||
<nowiki>{{</nowiki>FuncDef|MyFilter(...)}} | |||
</div> | |||
:See [[SegmentedAviSource]] for the result. | |||
[[Category:Filter_templates]] | [[Category:Filter_templates]] | ||
[[Category:Format_templates]] | [[Category:Format_templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 06:23, 10 January 2016
Purpose
- To add a Table of Contents (TOC) entry for a function definition with a hidden <h4> element.
Usage
- Place immediately above the function definition, exactly as shown.
{{FuncDefH4|MyFilter}}
{{FuncDef|MyFilter(...)}}
- See SegmentedAviSource for the result.