<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/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://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ABlockquote_paragraphs"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Blockquote_paragraphs&amp;action=history"/>
	<updated>2026-04-04T10:32:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Blockquote_paragraphs&amp;diff=25836&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported: Templates and CSS files</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Blockquote_paragraphs&amp;diff=25836&amp;oldid=prev"/>
		<updated>2022-12-04T17:57:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Templates and CSS files&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:57, 4 December 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-25835:rev-25836 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Blockquote_paragraphs&amp;diff=25835&amp;oldid=prev</id>
		<title>wikipedia&gt;Sheep8144402: Undid revision 1113451915 by Sheep8144402 (talk) doesn&#039;t work</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Blockquote_paragraphs&amp;diff=25835&amp;oldid=prev"/>
		<updated>2022-10-01T15:05:59Z</updated>

		<summary type="html">&lt;p&gt;Undid revision 1113451915 by &lt;a href=&quot;/mediawiki/index.php/Special:Contributions/Sheep8144402&quot; title=&quot;Special:Contributions/Sheep8144402&quot;&gt;Sheep8144402&lt;/a&gt; (&lt;a href=&quot;/mediawiki/index.php?title=User_talk:Sheep8144402&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Sheep8144402 (page does not exist)&quot;&gt;talk&lt;/a&gt;) doesn&amp;#039;t work&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;Sheep8144402</name></author>
	</entry>
</feed>