Template:Blockquote paragraphs: Difference between revisions

m
52 revisions imported from wikipedia:Template:Blockquote_paragraphs
(include useful section; this is what I was looking for on Template:Quote)
m (52 revisions imported from wikipedia:Template:Blockquote_paragraphs)
 
(13 intermediate revisions by 9 users not shown)
Line 1:
----
''(This section is transcluded from [[Template:Blockquote paragraphs]])''
<div style="float: right; padding: 0 1em;">{{navbar|Blockquote paragraphs|plain=y}}</div>
The {{code|lang=html|code=<blockquote>}} element and any templates that use it do not honor newlines:
Line 18 ⟶ 20:
}}
 
TheAn simplesteasy workaround for thissolution is to use the {{tl|poemquote}} template instead of {{xtag|blockquote}}. This is effectively the same as using the {{xtag|poem}} tag inside {{code|lang=html|code=<blockquote>}}, which will convertconverts line breaks to {{code|lang=html|code=<br />}} tags:
{{markup
|<syntaxhighlight lang="html">
Line 57 ⟶ 59:
}}
 
This paragraph style also works with {{tl|quote}}, which is a replacement for {{xtag|blockquote}} that also has parameters to make formatting of the attribution more conveniently and consistently.
----
{{Documentation}}