<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ABlockquote_paragraphs</id>
	<title>Template:Blockquote paragraphs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ABlockquote_paragraphs"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Blockquote_paragraphs&amp;action=history"/>
	<updated>2026-04-06T17:16:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Blockquote_paragraphs&amp;diff=6380&amp;oldid=prev</id>
		<title>Wikipedia&gt;JJMC89: moved</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Blockquote_paragraphs&amp;diff=6380&amp;oldid=prev"/>
		<updated>2020-12-28T22:13:11Z</updated>

		<summary type="html">&lt;p&gt;moved&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;----&lt;br /&gt;
&amp;#039;&amp;#039;(This section is transcluded from [[Template:Blockquote paragraphs]])&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; padding: 0 1em;&amp;quot;&amp;gt;{{navbar|Blockquote paragraphs|plain=y}}&amp;lt;/div&amp;gt;&lt;br /&gt;
The {{code|lang=html|code=&amp;lt;blockquote&amp;gt;}} element and any templates that use it do not honor newlines:&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Line 1&lt;br /&gt;
Line 2&lt;br /&gt;
Line 3&lt;br /&gt;
Line 4&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Line 1&lt;br /&gt;
Line 2&lt;br /&gt;
Line 3&lt;br /&gt;
Line 4&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An easy solution is to use the {{tl|poem quote}} template instead of {{tag|blockquote}}. This is effectively the same as using the {{xtag|poem}} tag inside {{code|lang=html|code=&amp;lt;blockquote&amp;gt;}}, which converts line breaks to {{code|lang=html|code=&amp;lt;br /&amp;gt;}} tags:&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;poem&amp;gt;&lt;br /&gt;
Line 1&lt;br /&gt;
Line 2&lt;br /&gt;
Line 3&lt;br /&gt;
Line 4&lt;br /&gt;
&amp;lt;/poem&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&amp;lt;blockquote&amp;gt;&amp;lt;poem&amp;gt;&lt;br /&gt;
Line 1&lt;br /&gt;
Line 2&lt;br /&gt;
Line 3&lt;br /&gt;
Line 4&lt;br /&gt;
&amp;lt;/poem&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
To markup actual paragraphs within block quotations, entire blank lines can be used between them, which will convert to {{code|lang=html|code=&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;}} tags:&lt;br /&gt;
&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Paragraph 1&lt;br /&gt;
&lt;br /&gt;
Paragraph 2&lt;br /&gt;
&lt;br /&gt;
Paragraph 3&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Paragraph 1&lt;br /&gt;
&lt;br /&gt;
Paragraph 2&lt;br /&gt;
&lt;br /&gt;
Paragraph 3&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Note that it may be necessary to put a line break in the wikitext before &amp;lt;nowiki&amp;gt;&amp;lt;blockquote&amp;gt; and after &amp;lt;/blockquote&amp;gt;&amp;lt;/nowiki&amp;gt; in order for the paragraphs to render with the intended separation. (This also makes the wikitext easier to read.)&lt;br /&gt;
&lt;br /&gt;
This paragraph style also works with {{tl|blockquote}}, which is a replacement for {{xtag|blockquote}} that also has parameters to make formatting of the attribution more convenient and consistent.&lt;br /&gt;
&lt;br /&gt;
Blockquote and templates that call it, and are indented with colon (:), bulleted with asterisk (*), or numbered with number (#), will generate errors and incorrectly display anything after a newline character.&lt;br /&gt;
&amp;lt;!--Please do not &amp;quot;fix&amp;quot; these deliberate errors. --&amp;gt;&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
:&amp;lt;blockquote&amp;gt;Paragraph 1&lt;br /&gt;
Paragraph 2&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
:&amp;lt;blockquote&amp;gt;Paragraph 1&lt;br /&gt;
Paragraph 2&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
*&amp;lt;blockquote&amp;gt;Paragraph 1&lt;br /&gt;
Paragraph 2&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*&amp;lt;blockquote&amp;gt;Paragraph 1&lt;br /&gt;
Paragraph 2&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
#&amp;lt;blockquote&amp;gt;Paragraph 1&lt;br /&gt;
Paragraph 2&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
#&amp;lt;blockquote&amp;gt;Paragraph 1&lt;br /&gt;
Paragraph 2&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
----&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;JJMC89</name></author>
	</entry>
</feed>