Template:Indent/doc

From Xen
< Template:Indent
Revision as of 09:30, 16 June 2012 by Lars.kurth (talk | contribs) (Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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