<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://theportalwiki.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ASprite%2Fdoc</id>
	<title>Template:Sprite/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://theportalwiki.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ASprite%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://theportalwiki.com/w/index.php?title=Template:Sprite/doc&amp;action=history"/>
	<updated>2026-04-18T15:41:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://theportalwiki.com/w/index.php?title=Template:Sprite/doc&amp;diff=60533&amp;oldid=prev</id>
		<title>WindPower: WindPower moved page Template:/doc to Template:Sprite/doc without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://theportalwiki.com/w/index.php?title=Template:Sprite/doc&amp;diff=60533&amp;oldid=prev"/>
		<updated>2012-09-09T08:46:14Z</updated>

		<summary type="html">&lt;p&gt;WindPower moved page &lt;a href=&quot;/w/index.php?title=Template:/doc&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Template:/doc (page does not exist)&quot;&gt;Template:/doc&lt;/a&gt; to &lt;a href=&quot;/wiki/Template:Sprite/doc&quot; title=&quot;Template:Sprite/doc&quot;&gt;Template:Sprite/doc&lt;/a&gt; without leaving a redirect&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 08:46, 9 September 2012&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>WindPower</name></author>
	</entry>
	<entry>
		<id>https://theportalwiki.com/w/index.php?title=Template:Sprite/doc&amp;diff=60532&amp;oldid=prev</id>
		<title>Arrran Weeviling: Created page with &quot;{{doc/start}} This template creates a sprite from a sheet image. Commonly used when many small images are displayed on one page to reduce the total amount of HTTP connections....&quot;</title>
		<link rel="alternate" type="text/html" href="https://theportalwiki.com/w/index.php?title=Template:Sprite/doc&amp;diff=60532&amp;oldid=prev"/>
		<updated>2012-09-09T08:18:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{doc/start}} This template creates a sprite from a sheet image. Commonly used when many small images are displayed on one page to reduce the total amount of HTTP connections....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{doc/start}}&lt;br /&gt;
This template creates a sprite from a sheet image. Commonly used when many small images are displayed on one page to reduce the total amount of HTTP connections.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Sprite&lt;br /&gt;
|pos=1&lt;br /&gt;
|align=text-top&lt;br /&gt;
|image=BlockCSS.png&lt;br /&gt;
|link=Grass&lt;br /&gt;
|size=16&lt;br /&gt;
|sheetsize=256&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
gives: {{Sprite&lt;br /&gt;
|pos=1&lt;br /&gt;
|align=text-top&lt;br /&gt;
|image=BlockCSS.png&lt;br /&gt;
|link=grass&lt;br /&gt;
|size=16&lt;br /&gt;
|sheetsize=256&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter&lt;br /&gt;
! Function&lt;br /&gt;
! Default value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt; || Position index of the sprite, depends on &amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;sheetsize&amp;lt;/code&amp;gt; (left to right, starting at top-left sprite) || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt; || Sets the [http://css-tricks.com/what-is-vertical-align/ vertical alignment] of the image to the text. || middle&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || Sprite sheet image, without prefix || [[:File:BlockCSS.png|BlockCSS.png]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; || Create a link to this page || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt; || Size of each sprite in pixels, width and height || 16&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;sheetsize&amp;lt;/code&amp;gt; || Size of the whole sheet in pixels, width and height, must be multiple of &amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt; || 256&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Arrran Weeviling</name></author>
	</entry>
</feed>