Template:HalfBreak
From Avisynth wiki
Purpose:
- Create a half-height line break between paragraphs, list items etc.
Usage:
- In place of a <br> tag or a blank line, use
(item) {{HalfBreak}} (item)
Parameters:
- Parameter 1, 70 by default, sets the height as percentage of the current font size.
Examples
- This is list item one.
- This is list item two, with no break.
- This is list item one.
- This is list item two, with normal line break (wiki code=one blank line).
- This is list item one.
- This is list item two, with a half line break.
- This is list item one.
- This is list item two, with double line break (wiki code=two blank lines).
This is a paragraph.
This is another paragraph, with a normal line break (wiki code=one blank line).
This is a paragraph.
This is another paragraph, with a half line break.
This is a paragraph.
This is another paragraph, with a double line break (wiki code=two blank lines).