<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jamiehowe.me/index.php?action=history&amp;feed=atom&amp;title=Template_talk%3AQuote</id>
	<title>Template talk:Quote - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jamiehowe.me/index.php?action=history&amp;feed=atom&amp;title=Template_talk%3AQuote"/>
	<link rel="alternate" type="text/html" href="https://wiki.jamiehowe.me/index.php?title=Template_talk:Quote&amp;action=history"/>
	<updated>2026-06-30T12:44:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.jamiehowe.me/index.php?title=Template_talk:Quote&amp;diff=554&amp;oldid=prev</id>
		<title>108.52.62.80: Created page with &quot;{{Documentation subpage}}   == Usage ==  {{tlx|Quote}} adds a block quotation to a page.  This is easier to type and more wiki-like than the equivalent HTML {{tag|blockquote}}...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jamiehowe.me/index.php?title=Template_talk:Quote&amp;diff=554&amp;oldid=prev"/>
		<updated>2022-09-30T01:59:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}}   == Usage ==  {{tlx|Quote}} adds a block quotation to a page.  This is easier to type and more wiki-like than the equivalent HTML {{tag|blockquote}}...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
{{tlx|Quote}} adds a block quotation to a page.&lt;br /&gt;
&lt;br /&gt;
This is easier to type and more wiki-like than the equivalent HTML {{tag|blockquote}} tags, and has additional pre-formatted attribution and source parameters. &amp;lt;!-- THIS WORKAROUND FAILED; see talk page and its archives. New workaround provided hereafter. It also contains a workaround for [[Bugzilla:6200]], which means you don't need to type {{tag|p}} tags manually. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Synopsis ===&lt;br /&gt;
&lt;br /&gt;
;Unnamed (positional) parameters&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{quote|phrase|person|source}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
This markup will fail if any parameter contains an equals sign (=).&lt;br /&gt;
&lt;br /&gt;
;Numbered (positional) parameters&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{quote|1=phrase|2=person|3=source}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Named parameters&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{quote|text=phrase|sign=person|source=source}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
;Wikitext:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Quote|text=Cry &amp;quot;Havoc&amp;quot; and let slip the dogs of war.|sign=William Shakespeare|source=''Julius Caesar'', act III, scene I}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result:&lt;br /&gt;
{{Quote|text=Cry &amp;quot;Havoc&amp;quot; and let slip the dogs of war.|sign=William Shakespeare|source=''Julius Caesar'', act III, scene I}}&lt;br /&gt;
&lt;br /&gt;
=== Restrictions ===&lt;br /&gt;
&lt;br /&gt;
If you do not provide quoted text, the template generates a parser error message, which will appear in red text in the rendered page.&lt;br /&gt;
&lt;br /&gt;
If any parameter's actual value contains an equals sign (=), you '''''must''''' use named parameters. (The equals sign gets interpreted as a named parameter otherwise.)&lt;br /&gt;
&lt;br /&gt;
If any parameter's actual value contains characters used for wiki markup syntax (such as pipe, brackets, single quotation marks, etc.), you may need to escape it. See [[Template:!]] and friends.&lt;br /&gt;
&lt;br /&gt;
Be wary of URLs which contain restricted characters. The equals sign is especially common.&lt;br /&gt;
&lt;br /&gt;
=== Multiple paragraphs ===&lt;br /&gt;
&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 {{tag|blockquote|o}} element and any templates that use it do not honor newlines:&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;nowiki&amp;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;&amp;lt;/nowiki&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;
To resolve this, use the {{xtag|poem}} tag inside {{tag|blockquote|o}}:&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;nowiki&amp;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;&amp;lt;/nowiki&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;
== TemplateData ==&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
  &amp;quot;description&amp;quot;: &amp;quot;Adds a block quotation.&amp;quot;,&lt;br /&gt;
  &amp;quot;params&amp;quot;: {&lt;br /&gt;
    &amp;quot;text&amp;quot;: {&lt;br /&gt;
      &amp;quot;label&amp;quot;: &amp;quot;text&amp;quot;,&lt;br /&gt;
      &amp;quot;description&amp;quot;: &amp;quot;The text to quote&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
      &amp;quot;required&amp;quot;: false,&lt;br /&gt;
      &amp;quot;aliases&amp;quot;: [ &amp;quot;1&amp;quot;, &amp;quot;quote&amp;quot; ]&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;sign&amp;quot;: {&lt;br /&gt;
      &amp;quot;label&amp;quot;: &amp;quot;sign&amp;quot;,&lt;br /&gt;
      &amp;quot;description&amp;quot;: &amp;quot;The person who is being quoted&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
      &amp;quot;required&amp;quot;: false,&lt;br /&gt;
      &amp;quot;aliases&amp;quot;: [ &amp;quot;2&amp;quot;, &amp;quot;cite&amp;quot; ]&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;source&amp;quot;: {&lt;br /&gt;
      &amp;quot;label&amp;quot;: &amp;quot;source&amp;quot;,&lt;br /&gt;
      &amp;quot;description&amp;quot;: &amp;quot;A source for the quote&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
      &amp;quot;required&amp;quot;: false,&lt;br /&gt;
      &amp;quot;aliases&amp;quot;: [ &amp;quot;3&amp;quot; ]&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Quotation templates see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES AFTER THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Quotation templates|Quote]]&lt;br /&gt;
[[Category:Semantic markup templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>108.52.62.80</name></author>
		
	</entry>
</feed>