<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ekatrafoundation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AImage_flip%2Fdoc</id>
	<title>Template:Image flip/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ekatrafoundation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AImage_flip%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.ekatrafoundation.org/index.php?title=Template:Image_flip/doc&amp;action=history"/>
	<updated>2026-06-26T02:38:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.ekatrafoundation.org/index.php?title=Template:Image_flip/doc&amp;diff=63410&amp;oldid=prev</id>
		<title>Meghdhanu: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.ekatrafoundation.org/index.php?title=Template:Image_flip/doc&amp;diff=63410&amp;oldid=prev"/>
		<updated>2023-08-23T04:54:06Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:54, 23 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key ekatrawiki:diff:1.41:old-63409:rev-63410 --&gt;
&lt;/table&gt;</summary>
		<author><name>Meghdhanu</name></author>
	</entry>
	<entry>
		<id>https://wiki.ekatrafoundation.org/index.php?title=Template:Image_flip/doc&amp;diff=63409&amp;oldid=prev</id>
		<title>enwp&gt;GKFX: Document template</title>
		<link rel="alternate" type="text/html" href="https://wiki.ekatrafoundation.org/index.php?title=Template:Image_flip/doc&amp;diff=63409&amp;oldid=prev"/>
		<updated>2021-11-08T23:02:13Z</updated>

		<summary type="html">&lt;p&gt;Document template&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;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
{{Uses TemplateStyles|Template:Image flip/styles.css}}&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Content&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;This content will have all its images flipped in some direction.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;direction&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Direction&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The direction to flip, “horiz” or “vert” only.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;horiz&amp;quot;,&lt;br /&gt;
				&amp;quot;vert&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;Defaults to horizontal if not set.&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;This template causes all images contained within it to be flipped horizontally by default, or vertically if configured to do so.\n\nIt should *not* be used to flip real photographs in articles unless the use of the flip is relevant and clearly noted, as this is otherwise misleading.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
{{markup|&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{image flip|[[File:Example.svg |thumb |100px |Just another example.]] {{lorem ipsum span|max len=200}}}}&amp;lt;/nowiki&amp;gt;|&lt;br /&gt;
{{image flip|[[File:Example.svg |thumb |100px |Just another example.]] {{lorem ipsum span|max len=200}}}}|&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{image flip|[[File:Example.svg |thumb |100px |Just another example.]] {{lorem ipsum span|max len=200}}|direction=vert}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;|&lt;br /&gt;
{{image flip|[[File:Example.svg |thumb |100px |Just another example.]] {{lorem ipsum span|max len=200}}|direction=vert}}}}&amp;lt;!-- Template:Mra --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>enwp&gt;GKFX</name></author>
	</entry>
</feed>