সাঁচ:Paragraph break/doc
এয়া হৈছে ‘সাঁচ:Paragraph break’ শীৰ্ষক সাঁচটোৰ নথিকৰণৰ উপপৃষ্ঠা। ইয়াত সাঁচটো ব্যৱহাৰৰ তথ্য, শ্ৰেণীসমূহ, আন্তঃৱিকি সংযোগবোৰ আৰু অন্য সমল থাকে, যিবোৰ মূল সাঁচ পৃষ্ঠাটোৰ অংশ নহয়। |
Usage
[সম্পাদনা কৰক]This template produces a "visual paragraph break" by inserting the following empty tag pair:
<div></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
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.
<p>
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
tags for paragraph breaks.[3]
<br />
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
[সম্পাদনা কৰক]Consider the following list
- Paragraph 1a Paragraph 1b
- Paragraph 2
which was generated using
# Paragraph 1a {{paragraph break}} Paragraph 1b # Paragraph 2