Difference between revisions of "Template:Blockquote paragraphs"

From Strugglers
Jump to: navigation, search
(typo)
(update)
Line 1: Line 1:
Due to the utterly intractable [[MediaWiki]] bug reported at {{bugzilla|6200}}, block quoting cannot handle freeform linebreaking for paragraphs and poems and the like.  
+
Due to the utterly intractable [[MediaWiki]] bug reported at {{bugzilla|6200}}, and still unfixed {{as of|February 2012|lc=y}}, block quoting on Wikipedia, with or without a template, cannot handle freeform linebreaking for paragraphs and poems and the like. x
  
The problem in action:<code>
+
The problem in action:
<blockquote><nowiki>{{</nowiki><includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1&lt;br/><br />
+
 
 +
The intuitive choice:
 +
 
 +
<blockquote><code><nowiki>{{</nowiki><includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br />
 +
Line 2<br />
 +
Line 3<br />
 +
Line 4}}</code></blockquote>
 +
 
 +
results in the mangled:
 +
 
 +
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1
 +
Line 2
 +
Line 3
 +
Line 4}}
 +
 
 +
Blank lines seem to work at first:
 +
 
 +
<blockquote><code><nowiki>{{</nowiki><includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br />
 +
<br />
 +
Line 2<br />
 +
<br />
 +
Line 3<br />
 +
<br />
 +
Line 4}}</code></blockquote>
 +
 
 +
though with quite tall spacing between the content blocks (lines, in our test cases):
 +
 
 +
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1
 +
 
 +
Line 2
 +
 
 +
Line 3
 +
 
 +
Line 4}}
 +
 
 +
Yet this markup fails with wiki ":" indentation:
 +
 
 +
:{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1
 +
 
 +
Line 2
 +
 
 +
Line 3
 +
 
 +
Line 4}}
 +
 
 +
Just trying to use {{tag|p}} or {{tag|br|single}} markup won't solve all the problems:
 +
 
 +
<blockquote><code><nowiki>{{</nowiki><includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1&lt;br/><br />
 
Line 2&lt;br/><br />
 
Line 2&lt;br/><br />
 
Line 3&lt;br/><br />
 
Line 3&lt;br/><br />
 
Line 4}}</code></blockquote>
 
Line 4}}</code></blockquote>
Which results in the oddly spaced:
+
 
 +
results in odd spacing, with the middle blocks too close together:
 +
 
 
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br/>
 
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br/>
 
Line 2<br/>
 
Line 2<br/>
Line 12: Line 61:
 
Line 4}}
 
Line 4}}
  
The {{em|only}} solution for this is to use unbroken markup with {{tag|p}} or {{tag|br|single}} elements:
+
Meanwhile this version again seems ok:
 +
 
 +
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|<p>Line 1</p>
 +
<p>Line 2</p>
 +
<p>Line 3</p>
 +
<p>Line 4</p>}}
 +
 
 +
but again can't be indented:
 +
 
 +
:{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|<p>Line 1</p>
 +
<p>Line 2</p>
 +
<p>Line 3</p>
 +
<p>Line 4</p>}}
 +
 
 +
The {{em|only}} solution for this is to use {{em|unbroken markup}} with {{tag|p}} or {{tag|br|single}} elements (or others, like nested blockquotes and lists):
 +
 
 
:{{tnull|<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1&lt;br/>Line 2&lt;br/>Line 3&lt;br/>Line 4.}}
 
:{{tnull|<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1&lt;br/>Line 2&lt;br/>Line 3&lt;br/>Line 4.}}
Which results in the expected:
+
 
 +
which, while hard to read, especially for long content, results in the expected:
 +
 
 
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br/>Line 2<br/>Line 3<br/>Line 4.}}
 
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br/>Line 2<br/>Line 3<br/>Line 4.}}
  
However there is an HTML-comment workaround for readability that lets you do whatever you want, and is even indentable with <code>*, : and #</code> markup:
+
And {{em|can}} be indented:
 +
 
 +
:{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|Line 1<br/>Line 2<br/>Line 3<br/>Line 4.}}
 +
 
 +
Happily, there is an HTML-comment workaround for readability that lets you do whatever you want:
  
 
<blockquote><code><nowiki>
 
<blockquote><code><nowiki>
Line 27: Line 97:
 
</code></blockquote>
 
</code></blockquote>
  
Or even:
+
or even:
  
 
<blockquote><code><nowiki>
 
<blockquote><code><nowiki>
Line 41: Line 111:
 
</code></blockquote>
 
</code></blockquote>
  
Either which results in the expected:
+
which results in the expected:
  
 
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|1=<!--
 
{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|1=<!--
Line 51: Line 121:
 
-->Line 3<br/><!--
 
-->Line 3<br/><!--
  
-->Line 4.}}<noinclude>
+
-->Line 4.}}
 +
 
 +
They {{em|are}} indentable:
 +
 
 +
:{{<includeonly>{{BASEPAGENAME}}</includeonly><noinclude>bq</noinclude>|1=<!--
 +
-->Line 1<br/><!--
 +
-->Line 2<br/><!--
 +
-->Line 3<br/><!--
 +
-->Line 4.}}
 +
 
 +
<noinclude>
 
{{Documentation}}
 
{{Documentation}}
 
<!--Categories and interwikis go on the /doc subpage.-->
 
<!--Categories and interwikis go on the /doc subpage.-->
 
</noinclude>
 
</noinclude>

Revision as of 06:39, 3 February 2012

Due to the utterly intractable MediaWiki bug reported at Template:bugzilla, and still unfixed Template:as of, block quoting on Wikipedia, with or without a template, cannot handle freeform linebreaking for paragraphs and poems and the like. x

The problem in action:

The intuitive choice:

{{bq|Line 1

Line 2
Line 3

Line 4}}

results in the mangled:

Template:bq

Blank lines seem to work at first:

{{bq|Line 1


Line 2

Line 3

Line 4}}

though with quite tall spacing between the content blocks (lines, in our test cases):

Template:bq

Yet this markup fails with wiki ":" indentation:

Template:bq

Just trying to use Template:tag or Template:tag markup won't solve all the problems:

{{bq|Line 1<br/>

Line 2<br/>
Line 3<br/>

Line 4}}

results in odd spacing, with the middle blocks too close together:

Template:bq

Meanwhile this version again seems ok:

Template:bq

but again can't be indented:

Template:bq

The Template:em solution for this is to use Template:em with Template:tag or Template:tag elements (or others, like nested blockquotes and lists):

Template:tnull

which, while hard to read, especially for long content, results in the expected:

Template:bq

And Template:em be indented:

Template:bq

Happily, there is an HTML-comment workaround for readability that lets you do whatever you want:

{{bq|1=<!--

-->Line 1<br/><!--
-->Line 2<br/><!--
-->Line 3<br/><!--
-->Line 4.}}

or even:

{{bq|1=<!--


-->Line 1<br/><!--

-->Line 2<br/><!--

-->Line 3<br/><!--

-->Line 4.}}

which results in the expected:

Template:bq

They Template:em indentable:

Template:bq


{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}