Difference between revisions of "Template:Blockquote paragraphs"

From Strugglers
Jump to: navigation, search
(typo)
(typo)
Line 5: Line 5:
 
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:
 
Which results in the oddly spaced:
 
{{<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 3<br/>
 
Line 3<br/>
Line 4.}}
+
Line 4}}
  
 
The {{em|only}} solution for this is to use unbroken markup with {{tag|p}} or {{tag|br|single}} elements:
 
The {{em|only}} solution for this is to use unbroken markup with {{tag|p}} or {{tag|br|single}} elements:

Revision as of 02:01, 3 February 2012

Due to the utterly intractable MediaWiki bug reported at Template:bugzilla, block quoting cannot handle freeform linebreaking for paragraphs and poems and the like.

The problem in action:

{{bq|Line 1<br/>

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

Line 4}}</code>

Which results in the oddly spaced: Template:bq

The Template:em solution for this is to use unbroken markup with Template:tag or Template:tag elements:

Template:tnull

Which results in the expected: Template:bq

However there is an HTML-comment workaround for readability that lets you do whatever you want, and is even indentable with <code>*, : and # markup:

{{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.}}

Either which results in the expected:

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