<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AGraphical_updates_line%2Fsmall%2Fdoc</id>
	<title>Template:Graphical updates line/small/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AGraphical_updates_line%2Fsmall%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Graphical_updates_line/small/doc&amp;action=history"/>
	<updated>2026-07-18T04:55:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Template:Graphical_updates_line/small/doc&amp;diff=145842&amp;oldid=prev</id>
		<title>imported&gt;Hofmic: Created</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Graphical_updates_line/small/doc&amp;diff=145842&amp;oldid=prev"/>
		<updated>2012-05-26T18:41:20Z</updated>

		<summary type="html">&lt;p&gt;Created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
This template is used to create the rows of the [[Graphical updates/Inventory|inventory sprites]] [[graphical updates]] tables. It should be preceded by {{t|Graphical updates table header}} and closed with a &amp;lt;tt&amp;gt;|}&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
===Full syntax===&lt;br /&gt;
Including all optional values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Graphical updates line/small&lt;br /&gt;
|image1name  = &lt;br /&gt;
|image1note  =&lt;br /&gt;
|image1old   = &lt;br /&gt;
|image1new   =&lt;br /&gt;
|image2name  = &lt;br /&gt;
|image2note  =&lt;br /&gt;
|image2old   = &lt;br /&gt;
|image2new   =&lt;br /&gt;
|image3name  = &lt;br /&gt;
|image3note  =&lt;br /&gt;
|image3old   = &lt;br /&gt;
|image3new   =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Necessary syntax===&lt;br /&gt;
The bare necessities&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Graphical updates line/small&lt;br /&gt;
|image1name  = &lt;br /&gt;
|image1old   = &lt;br /&gt;
|image1new   =&lt;br /&gt;
|image2name  = &lt;br /&gt;
|image2old   = &lt;br /&gt;
|image2new   =&lt;br /&gt;
|image3name  = &lt;br /&gt;
|image3old   = &lt;br /&gt;
|image3new   =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameter===&lt;br /&gt;
====image#name====&lt;br /&gt;
The name of the inventory icon. Square brackets are automatically added by the template, so should not appear here.&lt;br /&gt;
&lt;br /&gt;
===image#note===&lt;br /&gt;
Optional parameter to allow an unlinked note to be added to the name. For example, if the dragon scimitar icon has been updated twice, we might add (1) as a note for the first update and (2) to the second update.&lt;br /&gt;
&lt;br /&gt;
===image#old===&lt;br /&gt;
The name of the old image, before the graphical update, without the brackets or the &amp;quot;File:&amp;quot; namespace.&lt;br /&gt;
&lt;br /&gt;
===image#new===&lt;br /&gt;
The name of the new image, before the graphical update, without the brackets or the &amp;quot;File:&amp;quot; namespace.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Graphical updates table header}}&lt;br /&gt;
{{Graphical updates line/small&lt;br /&gt;
|image1name = Kebab&lt;br /&gt;
|image1old  = Kebab old.png&lt;br /&gt;
|image1new  = Kebab.png&lt;br /&gt;
|image2name = Abyssal whip&lt;br /&gt;
|image2note = (1)&lt;br /&gt;
|image2old  = First-abyssal-whip.png&lt;br /&gt;
|image2new  = Second-abyssal-whip.png&lt;br /&gt;
|image3name = Abyssal whip&lt;br /&gt;
|image3note = (2)&lt;br /&gt;
|image3old  = Second-abyssal-whip.png&lt;br /&gt;
|image3new  = Third-abyssal-whip.png&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Will output:&lt;br /&gt;
{{Graphical updates table header}}&lt;br /&gt;
{{Graphical updates line/small&lt;br /&gt;
|image1name = Kebab&lt;br /&gt;
|image1old  = Kebab old.png&lt;br /&gt;
|image1new  = Kebab.png&lt;br /&gt;
|image2name = Abyssal whip&lt;br /&gt;
|image2note = (1)&lt;br /&gt;
|image2old  = First-abyssal-whip.png&lt;br /&gt;
|image2new  = Second-abyssal-whip.png&lt;br /&gt;
|image3name = Abyssal whip&lt;br /&gt;
|image3note = (2)&lt;br /&gt;
|image3old  = Second-abyssal-whip.png&lt;br /&gt;
|image3new  = Third-abyssal-whip.png&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>imported&gt;Hofmic</name></author>
	</entry>
</feed>