
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.freewiki.eu/de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ABlockquote_paragraphs</id>
	<title>Vorlage:Blockquote paragraphs - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.freewiki.eu/de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ABlockquote_paragraphs"/>
	<link rel="alternate" type="text/html" href="https://www.freewiki.eu/de/index.php?title=Vorlage:Blockquote_paragraphs&amp;action=history"/>
	<updated>2026-05-09T05:45:37Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in FreeWiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://www.freewiki.eu/de/index.php?title=Vorlage:Blockquote_paragraphs&amp;diff=2524&amp;oldid=prev</id>
		<title>Admin: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://www.freewiki.eu/de/index.php?title=Vorlage:Blockquote_paragraphs&amp;diff=2524&amp;oldid=prev"/>
		<updated>2019-09-06T10:42:17Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version vom 6. September 2019, 10:42 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.freewiki.eu/de/index.php?title=Vorlage:Blockquote_paragraphs&amp;diff=2523&amp;oldid=prev</id>
		<title>te&gt;Beland: Note that it may be necessary to put a line break in the wikitext before...</title>
		<link rel="alternate" type="text/html" href="https://www.freewiki.eu/de/index.php?title=Vorlage:Blockquote_paragraphs&amp;diff=2523&amp;oldid=prev"/>
		<updated>2019-03-03T19:22:18Z</updated>

		<summary type="html">&lt;p&gt;Note that it may be necessary to put a line break in the wikitext before...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;----&lt;br /&gt;
''(This section is transcluded from [[Template:Blockquote paragraphs]])''&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|poemquote}} template instead of {{xtag|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|quote}}, which is a replacement for {{xtag|blockquote}} that also has parameters to make formatting of the attribution more conveniently and consistently.&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>te&gt;Beland</name></author>
		
	</entry>
</feed>