Template:Paragraph break
Usage
editThis template produces a "visual paragraph break" using an empty <div></div>
tag pair.
Example:
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{{paragraph break}}Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
produces:
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Purpose
editIn some instances, it is not possible to introduce paragraph breaks using newlines alone. For example, within a list item and within references. However, using <p> tags can cause problems for navigation with screen readers, which expect these tags to delimit paragraphs of prose. This template is used mostly in footnotes, where a visual break is desired, without adding an additional paragraph navigation point.
Example 1
editThe 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 <br /> tags for paragraph breaks.[3]
Notes
which was generated using
1.<ref>Paragraph 1a Paragraph 1b</ref> 2. <ref>Paragraph 2a{{paragraph break}}Paragraph 2b</ref> 3. <ref>Line 3a<br />Line 3b</ref>
Example 2
editConsider the following list
- Paragraph 1a Paragraph 1b
- Paragraph 2
which was generated using
# Paragraph 1a {{paragraph break}} Paragraph 1b # Paragraph 2
The above documentation is transcluded from Template:Paragraph break/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |