Template:Br/doc
Appearance
This is a documentation subpage for Template:Br. It contains usage information, categories and other content that is not part of the original template page. |
Inserts a line break without using HTML tags in the body of MediaWiki code.
Usage
[edit]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
[edit]Inserts a line break. Useful when wanting to avoid using HTML within wikitext.
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |
See also
[edit]- {{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.