Template:Br
Inserts a line break without using HTML tags in the body of MediaWiki code.
Usage
Manually break a line of text at a specified place:
Roses are red{{br}}Violets are blue
Renders as:
Roses are red
Violets are blue
TemplateData
Category:TemplateData documentationInserts a line break. Useful when wanting to avoid using HTML within wikitext.
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |
See also
- {{lb}} which outputs a line break that is not shown in the Page: namespace
- {{!lb}} which outputs a line break that is only shown in the Page: namespace
- {{wbr}}, which recommends line breaks to the browser
- {{pbr}}, which creates a
div
that mimics a paragraph break. Category:Formatting templates