<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AImagequote%2Fdoc</id>
	<title>Template:Imagequote/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AImagequote%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Imagequote/doc&amp;action=history"/>
	<updated>2026-04-24T01:05:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Imagequote/doc&amp;diff=4786&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Imagequote/doc&amp;diff=4786&amp;oldid=prev"/>
		<updated>2014-03-23T05:07:21Z</updated>

		<summary type="html">&lt;p&gt;1 revision&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;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 05:07, 23 March 2014&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>Admin</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Imagequote/doc&amp;diff=4785&amp;oldid=prev</id>
		<title>Funandtrvl: code fxes</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Imagequote/doc&amp;diff=4785&amp;oldid=prev"/>
		<updated>2010-10-27T04:01:18Z</updated>

		<summary type="html">&lt;p&gt;code fxes&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;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{notice|This template is less efficient than {{tl|imagequote2}}. You may wish to use the newer version.}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Imagequote|{{{1}}}|{{{2}}}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:1 = Size of left margin desired&lt;br /&gt;
:2 = Text of blockquote&lt;br /&gt;
&lt;br /&gt;
== Purpose and example ==&lt;br /&gt;
&lt;br /&gt;
This template creates proper blockquotes when a left-aligned image would otherwise eliminate the left margin of the quoted text. A standard blockquote (or a template such as {{tl|bquote}}) next to a left-aligned image, as with this code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Image:William Hogarth 017.jpg|thumb|left|180px]]&lt;br /&gt;
Paragraph above&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Blockquote text&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Paragraph below&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Produces this result:&lt;br /&gt;
[[Image:William Hogarth 017.jpg|thumb|left|180px]]&lt;br /&gt;
Paragraph above&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Blockquote text&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Paragraph below&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
Notice that the blockquote does not have a proper left margin. Notice also that this problem does not exist with right-aligned images. The reason for the vanishing left-side margin are somewhat technical and boring (it has to do with [[CSS]] and the defaults of the MediaWiki software). When we use the {{tl|Imagequote}} template, however, the proper left margin is added to the left side of the blockquote. Thus, the code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Image:William Hogarth 017.jpg|thumb|left|180px]]&lt;br /&gt;
Paragraph above&lt;br /&gt;
{{Imagequote|210|Blockquote text}}&lt;br /&gt;
Paragraph below&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Produces:&lt;br /&gt;
[[Image:William Hogarth 017.jpg|thumb|left|180px]]&lt;br /&gt;
Paragraph above&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;padding-left:210px;&amp;quot;&amp;gt;&lt;br /&gt;
Blockquote text&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Paragraph below&lt;br /&gt;
{{clear}}&lt;br /&gt;
Images used with this template should be given a specific width (in the example above, 180 px). The {{{1}}} variable should be the width of the image +30 (in the example above, 210 px).&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, INSIDE INCLUDEONLY TAGS, THANK YOU. --&amp;gt;&lt;br /&gt;
[[Category:Quotation templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Funandtrvl</name></author>
		
	</entry>
</feed>