Template:Hr/doc
This is a documentation subpage for Template:Hr. It contains usage information, categories and other content that is not part of the original template page. |
Displays a horizontal rule (line).
Usage
{{hr}} {{hr|height}}
- height
- The height of the line in pixels.
Examples
{{hr}}
{{hr|3}}
{{hr|5}}
TemplateData
<templatedata> { "params": { "1": { "label": "Height", "description": "The thickness of the line, in pixels", "type": "number" } }, "description": "Displays a horizontal rule (line).", "format": "inline" } </templatedata>