Template:FuncDefH4
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (space) |
Raffriff42 (Talk | contribs) m (usage: touch-up) |
||
(One intermediate revision by one user not shown) | |||
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. | ||
+ | :Sadly, this template is broken with FuncDef's indented with ':' | ||
+ | |||
[[Category:Filter_templates]] | [[Category:Filter_templates]] | ||
[[Category:Format_templates]] | [[Category:Format_templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 05:50, 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.
- Sadly, this template is broken with FuncDef's indented with ':'