User:Raffriff42/Wiki notes
HEADINGS
== H2 19pt + HR == === H3 17pt === ==== H4 14pt blue ==== ===== H5 13pt (=body+bold) ===== ====== H6 10pt ====== == Syntax and Parameters ==
Heading CSS:
<div style="color:black; font: x-small sans-serif; font-size:150%; line-height:1.5em; font-weight:normal;"> H2 19pt + HR </div>
<div style="color:black; font: x-small sans-serif; font-size:132%; line-height:1.5em; font-weight:bold;"> H3 17pt </div>
<div style="color:#4F81BD; font: x-small sans-serif; font-size:112%; line-height:1.5em; font-weight:bold;"> H4 14pt blue </div>
<div style="color:black; font: x-small sans-serif; font-size:100%; line-height:1.5em; font-weight:bold;"> H5 13pt (=body+bold) </div>
<div style="color:black; font: x-small sans-serif; font-size:80%; line-height:1.5em; font-weight:bold;"> H6 10pt </div>
MAX-WIDTH (avoid ultra-wide paragraphs)
<div style="max-width:62em" > text... </div>
Before:
- ColorYUV has many different methods of changing the color and luminance of your images. Gain, offset, gamma and contrast can be set independently on each channel. Also included are two 'auto' modes, an analysis function and a color gamut generator.
After:
- ColorYUV has many different methods of changing the color and luminance of your images. Gain, offset, gamma and contrast can be set independently on each channel. Also included are two 'auto' modes, an analysis function and a color gamut generator.
(set width to preference) (create inside < h2 > blocks)
FuncDef LINE BREAK
{{FuncDef |FilterName(arguments,<br> more arguments) }}
Example:
ColorYUV(clip [,
float gain_y, float off_y, float gamma_y, float cont_y,
float gain_u, float off_u, float gamma_u, float cont_u,
float gain_v, float off_v, float gamma_v, float cont_v,
string levels, string opt, bool showyuv, bool analyze,
bool autowhite, bool autogain, bool conditional ] )
OLD BOX
{{OldBox}} text... </div>
Example:
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
(set width & indentation to preference with Template:BoxWidthIndent)
BLUE BOX
{{BlueBox}} text... </blockquote>
Example:
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
GENERIC BOX
<div style="width:36em;margin-left:5em;padding:0.3em 0.7em;border:1px solid black;"> text... </div>
Example:
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
(set width & indentation to preference)
NOTA BENE (line in left margin)
<div {{NotaBeneWidthIndent}} > text... </div> <div {{NotaBeneWidthIndent|56|2|3px solid green}} > text... </div>
Example:
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
(set width, indentation & line style to preference)
nicer looking PREFORMATTED box
<div {{BoxWidthIndent|24|2}} > BlankClip </div>
Example:
BlankClip
(set width & indentation to preference)
BLOCK QUOTE
<div {{BoxWidthIndent|52|1}} > {{BoldColor|blue|120|“}} ...text... {{BoldColor|blue|120|”}} <sup>[cite link]</sup> </div>
Example:
“ Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed. ” [1]
(set width & indentation to preference)
LINK ANCHORS etc
- Template:Par2h5 (parameter w/ TOC entry) (discussion)
- Template:HiddenH5 (internal link w/ TOC entry)
- Template:HiddenAnchor (internal link w/o TOC entry)
INVISIBLE TABLE FOR ALIGNING COLUMNS
{| border="0" |- |'''Term''' |discussion... |- |'''Term''' |discussion... |- |'''Term''' |discussion... |}
Example:
Term | discussion... |
Another Term | discussion... |
A Third Term | discussion... |
ListItemContinue
* Item 1 <div {{ListItemContinue}} > More about Item 1. </div>
Example:
- Item 1
More about Item 1.
REDIRECTS
Redirect "top note"
''"String" redirects here. For the String() conversion function, see [[Internal_functions#String|Internal functions: String]]''
(Example here)
SPECIAL CHARACTERS & MATH
- ×, ·
- 2×3
- Y · (k/256 + 1)
- √
- √
- –
- – (medium dash)
- —
- — (long dash)
- •
- • (bullet)
- ♦
- ♦ (diamond bullet)
- ♦ BoldColor version:
{{BoldColor|blue|120|♦}}
- → / ← / ↔
- Arrows: → / ← / ↔
- Simple math formatting with Template:Serif
- level = 10 dB / 20
- j,k=1,2
- Pn luma differs from P luma by more than luma_threshold
- Complex math formatting
- enter the formula in Wikipedia's math editor, save the image & upload to the AviSynth wiki -- see this Wikipedia sandbox.
- More...
- More special characters & useful wikicode knowledge at Mediawiki Help:Formatting