<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://blackmouthchronicles.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AQuote%2Fdoc</id>
	<title>Template:Quote/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://blackmouthchronicles.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AQuote%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://blackmouthchronicles.com/wiki/index.php?title=Template:Quote/doc&amp;action=history"/>
	<updated>2026-04-30T04:42:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://blackmouthchronicles.com/wiki/index.php?title=Template:Quote/doc&amp;diff=694&amp;oldid=prev</id>
		<title>Unknown user: 1 revision imported: Template:Quote from Pathfinderwiki. May not work</title>
		<link rel="alternate" type="text/html" href="https://blackmouthchronicles.com/wiki/index.php?title=Template:Quote/doc&amp;diff=694&amp;oldid=prev"/>
		<updated>2019-09-25T12:17:31Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Template:Quote from Pathfinderwiki. May not work&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:17, 25 September 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Unknown user</name></author>
	</entry>
	<entry>
		<id>https://blackmouthchronicles.com/wiki/index.php?title=Template:Quote/doc&amp;diff=693&amp;oldid=prev</id>
		<title>Unknown user at 00:17, 20 October 2015</title>
		<link rel="alternate" type="text/html" href="https://blackmouthchronicles.com/wiki/index.php?title=Template:Quote/doc&amp;diff=693&amp;oldid=prev"/>
		<updated>2015-10-20T00:17:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''{{tl|Quote}}''' is used for rendering extensive quotations in a nice and uniform way.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To include it in an article use the syntax below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{Quote&lt;br /&gt;
| header  = &lt;br /&gt;
| quote   = &lt;br /&gt;
| speaker = &lt;br /&gt;
| quote-style = &lt;br /&gt;
| quotationmark-style = &lt;br /&gt;
| content-style = &lt;br /&gt;
| header-style = &lt;br /&gt;
| speaker-style = &lt;br /&gt;
}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; header ''(optional)'': This text is rendered at the top of the quote in a headline tag. In most uses, such as back cover text on product pages, this text uses title case. This attribute is optional.&lt;br /&gt;
; quote: This text is rendered in italics within decorative quotation marks; quotation marks to set off the quoted text aren't necessary as they're part of the template design. Formatting is allowed, but italics are ignored; styling text inside quotes with italics, such as book titles, will not remove the italics from that text. This attribute is required.&lt;br /&gt;
; speaker ''(optional)'': This text is rendered after an em dash beneath the quote as standard body text indented to align with the quote. Insert the author and/or source here. Formatting is allowed. This attribute is optional.&lt;br /&gt;
; quote-style, quotationmark-style, content-style, header-style, speaker-style ''(optional)'': Add CSS to these parameters to style the entire quote, the quotation marks, the '''quote''' contents, the '''header''' contents, and the '''speaker''' contents, respectively. These attributes are optional.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quote&lt;br /&gt;
| header  = Words of Wisdom&lt;br /&gt;
| quote   = To be a ''[[Pathfinder]]'' is to give up all sense of home, to marry yourself to the road and let your words be your children.&lt;br /&gt;
| speaker = Pathfinder [[Jaroven Kesk]], ''[[Seekers of Secrets]]''&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
renders as:&lt;br /&gt;
&lt;br /&gt;
{{Quote&lt;br /&gt;
| header  = Words of Wisdom&lt;br /&gt;
| quote   = To be a ''[[Pathfinder]]'' is to give up all sense of home, to marry yourself to the road and let your words be your children.&lt;br /&gt;
| speaker = Pathfinder [[Jaroven Kesk]], ''[[Seekers of Secrets]]''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quote&lt;br /&gt;
| header  = Words of Wisdom&lt;br /&gt;
| quote   = To be a ''[[Pathfinder]]'' is to give up all sense of home, to marry yourself to the road and let your words be your children.&lt;br /&gt;
| speaker = Pathfinder [[Jaroven Kesk]], ''[[Seekers of Secrets]]''&lt;br /&gt;
| quote-style = font-family: Verdana,Arial,Helvetica,sans-serif;&lt;br /&gt;
| quotationmark-style = color: blue;&lt;br /&gt;
| content-style = font-style: normal;&lt;br /&gt;
| header-style = font-family: Georgia,Times New Roman,serif; color: green;&lt;br /&gt;
| speaker-style = text-align: right;&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
renders as:&lt;br /&gt;
&lt;br /&gt;
{{Quote&lt;br /&gt;
| header  = Words of Wisdom&lt;br /&gt;
| quote   = To be a ''[[Pathfinder]]'' is to give up all sense of home, to marry yourself to the road and let your words be your children.&lt;br /&gt;
| speaker = Pathfinder [[Jaroven Kesk]], ''[[Seekers of Secrets]]''&lt;br /&gt;
| quote-style = font-family: Verdana,Arial,Helvetica,sans-serif;&lt;br /&gt;
| quotationmark-style = color: blue;&lt;br /&gt;
| content-style = font-style: normal;&lt;br /&gt;
| header-style = font-family: Georgia,Times New Roman,serif; color: green;&lt;br /&gt;
| speaker-style = text-align: right;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* This may not work with certain complicated URLs in the second parameter (i.e. ones with &amp;quot;=&amp;quot; characters in the address). Will work on this later.&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Utility templates]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Unknown user</name></author>
	</entry>
</feed>