Template:Indent/doc
From Xen
Jump to navigationJump to search
Syntax
{{Indent
| width = extra indentation on the left
| content = content
}}
Example 1
{{Indent
| content = Some content
}}
| Some content |
Example 2
{{Indent
| width = 60px
| content = Some content
}}
| Some content |
Use
Useful in particular for lists and <pre>-blocks
