Template:Blockquote/doc: Difference between revisions

merging redundant points
(rm. redundant (already covered in Limitations section))
(merging redundant points)
Line 87:
 
If any parameter's actual value contains characters used for wiki markup syntax (such as [[vertical bar|pipe]], [[brackets]], single quotation marks, etc.), you may need to escape it. See [[Template:!]] and friends.
 
Put a break (newline) after the template, or the next blank line might be ignored.
 
=== Preserving line breaks and spacing from the original ===
Use {{tag|poem}} around material, such as poems and interlinear glosses, that require that whitespace formatting be preserve as in the original. Due to limitations of how MediaWiki parses wikimarkup and HTML, attempts to do this by just inserting blank lines and extra spaces will not work. This is true of all block elements, not just block quotations.
 
=== Next to right-floated boxes ===
Line 104 ⟶ 99:
=== Line breaks ===
{{Blockquote paragraphs}}
 
This template sets a text style which might ignore one blank line, and so the template must be ended with a break (newline) or the next blank line might be ignored. Otherwise, beware inline, as:
::* text here <nowiki>{{quote|this is quoted}}</nowiki> More text here spans a blank line
Unless a <nowiki>{{quote|...}}</nowiki> is ended with a line break, then the next blank line might be ignored and two paragraphs joined.
 
=== Nested quotations ===
Anonymous user