Template:Indent
Appearance
{{{1}}}
File:Test Template Info-Icon - Version (2).svg Template documentationviewedithistorypurge
<templatedata> { "params": { "style": { "label": "Style", "description": "CSS properties in style attribute", "example": "color:red; font-style:italic", "type": "string" }, "width": { "label": "Width", "description": "Size of empty space before content.", "example": "2em", "type": "string", "default": "1.6em" }, "content": { "aliases": [ "1" ], "label": "Content", "description": "Text to be indented", "example": "This text will be indented.", "type": "content", "required": true } }, "description": "Indents text. Should be used instead of colon, because colons generate a fake description list.", "paramOrder": [ "content", "width", "style" ] } </templatedata>