Template:Indent/doc
| icon | This is a documentation subpage for Template:Terminate sentence It may contain usage information, categories and other content that is not part of the original template page. |
<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>