Template:Paragraph break
![]() | This template is used in system messages, and on approximately 1,280,000 pages, or roughly 8% of all pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
Usage
This template produces a "visual paragraph break" by inserting the following empty tag pair:
<div class="paragraphbreak"></div>
Example:
produces:
Purpose
In some instances, it is not possible to introduce paragraph breaks using newlines alone. For example, within a list item and within references. However, using <syntaxhighlight lang="html" class="" style="" inline="1"></syntaxhighlight> tags can cause problems for navigation with screen readers, which expect these tags to delimit paragraphs of prose (see e.g. MOS:INDENTGAP). This template is used mostly in footnotes, where a visual break is desired, without adding an additional paragraph navigation point.
Example 1
The following reference uses line breaks for multiple lines.[1]
The following reference uses the paragraph break template for paragraph breaks.[2]
The following reference uses <syntaxhighlight lang="html" class="" style="" inline="1">
</syntaxhighlight> tags for paragraph breaks.[3]
Notes
which was generated using:
<syntaxhighlight lang="html">
1.[1]
2. [2]
3. [3]
</syntaxhighlight>
Example 2
Consider the following list
- Paragraph 1a Paragraph 1b
- Paragraph 2
which was generated using
# Paragraph 1a {{paragraph break}} Paragraph 1b # Paragraph 2
Produces a "visual paragraph break".
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |