Template:Indent: Difference between revisions
Appearance
m 1 revision imported |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style=" | <div style="margin-{{Dirstart}}:{{{width|1.6em}}};{{{style|}}}">{{{content|{{{1}}}}}}</div><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 20:03, 1 July 2026
{{{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>