User:Gzarkadas
From Avisynth
Contents |
[edit] About
- AviSynth-related activities: AVSLib developer.
- My contributions to the wiki: Special:Contributions/Gzarkadas
- Threads on Doom9 forum: http://forum.doom9.org/search.php?searchid=1904848
[edit] Experiments
>>>> My Experimental (and highly unuseful) Sandbox <<<<
- New 'Avisynth Syntax'
- Filter's Definition:
- A filter definition template. First attempt towards the FuncDef family of templates.
- A filter definition template (revisited). Second attempt towards the FuncDef family of templates.
- Table Templates:
- A changelog table template. Developed for internal filter's change log but may be useful elsewhere also.
[edit] Templates
[edit] FuncDef family
This family of templates is intended for filter (and function) definitions at the top of each associated wiki page. There are currently six main templates in the family:
- Template:FuncDef : for single definitions (one filter or function); takes 1 parameter.
- Template:Func2Def : for multiple definitions (2 filters or functions); takes 2 parameters
- Template:Func3Def : for multiple definitions (3 filters or functions); takes 3 parameters.
- Template:Func4Def : for multiple definitions (4 filters or functions); takes 4 parameters.
- Template:Func5Def : for multiple definitions (5 filters or functions); takes 5 parameters.
...
- Template:Func8Def : for multiple definitions (8 filters or functions); takes 8 parameters.
and an additional base template:
- Template:Style_FuncDef_Inline : Provides the style information inside the span HTML elements; modify this template to change the formatting to all main templates of the family.

