This is a documentation subpage for Template:In5. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
The indenter Template:in5 indents text by 5 spaces or the count specified by parameter 1 (range: 1 to 50 spaces).
Usage | Indents by |
---|---|
{{in5}} |
5 spaces |
{{in5|8}} |
8 spaces |
{{in5|47}} |
47 spaces |
Spaces outside the double braces will add an extra space on either
side, such as the 12 spaces inserted by {{in5|10}}
.
It does not insert a newline (line break). To use on a series of lines, add <br />
at the end of the line before (each) {{in5}}
. You can also use a blank line before the {{in5}}
, which will introduce a paragraph break.