<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://tibiacraft.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_item%2Fdoc</id>
	<title>Template:Infobox item/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://tibiacraft.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_item%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://tibiacraft.com/index.php?title=Template:Infobox_item/doc&amp;action=history"/>
	<updated>2026-07-17T04:58:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://tibiacraft.com/index.php?title=Template:Infobox_item/doc&amp;diff=112&amp;oldid=prev</id>
		<title>Root: Created page with &quot;{{documentation header}} &lt;!-- documentation here --&gt; This template provides a uniform infobox for all usable item pages.  == Usage == &lt;pre style=&quot;display:table&quot;&gt; {{Item | title = | image = | image2 =  | image3 =  &lt;!-- Start Multiple mode --&gt;  | group =  | 1-1 =  | 1-2 =  | 1-3 =  | group2 =  | 2-1 =  | 2-2 =  | 2-3 =  | group3 =  | 3-1 =  | 3-2 =  | 3-3 =  | group4 =  | 4-1 =  | 4-2 =  | 4-3 =  &lt;!-- End Multiple mode --&gt; | rarity =  | attackdamage = | attackspeed = |...&quot;</title>
		<link rel="alternate" type="text/html" href="http://tibiacraft.com/index.php?title=Template:Infobox_item/doc&amp;diff=112&amp;oldid=prev"/>
		<updated>2025-10-04T17:16:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{documentation header}} &amp;lt;!-- documentation here --&amp;gt; This template provides a uniform infobox for all usable &lt;a href=&quot;/index.php?title=Item&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Item (page does not exist)&quot;&gt;item&lt;/a&gt; pages.  == Usage == &amp;lt;pre style=&amp;quot;display:table&amp;quot;&amp;gt; {{Item | title = | image = | image2 =  | image3 =  &amp;lt;!-- Start Multiple mode --&amp;gt;  | group =  | 1-1 =  | 1-2 =  | 1-3 =  | group2 =  | 2-1 =  | 2-2 =  | 2-3 =  | group3 =  | 3-1 =  | 3-2 =  | 3-3 =  | group4 =  | 4-1 =  | 4-2 =  | 4-3 =  &amp;lt;!-- End Multiple mode --&amp;gt; | rarity =  | attackdamage = | attackspeed = |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
&amp;lt;!-- documentation here --&amp;gt;&lt;br /&gt;
This template provides a uniform infobox for all usable [[item]] pages.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;display:table&amp;quot;&amp;gt;&lt;br /&gt;
{{Item&lt;br /&gt;
| title =&lt;br /&gt;
| image =&lt;br /&gt;
| image2 = &lt;br /&gt;
| image3 = &lt;br /&gt;
&amp;lt;!-- Start Multiple mode --&amp;gt; &lt;br /&gt;
| group = &lt;br /&gt;
| 1-1 = &lt;br /&gt;
| 1-2 = &lt;br /&gt;
| 1-3 = &lt;br /&gt;
| group2 = &lt;br /&gt;
| 2-1 = &lt;br /&gt;
| 2-2 = &lt;br /&gt;
| 2-3 = &lt;br /&gt;
| group3 = &lt;br /&gt;
| 3-1 = &lt;br /&gt;
| 3-2 = &lt;br /&gt;
| 3-3 = &lt;br /&gt;
| group4 = &lt;br /&gt;
| 4-1 = &lt;br /&gt;
| 4-2 = &lt;br /&gt;
| 4-3 = &lt;br /&gt;
&amp;lt;!-- End Multiple mode --&amp;gt;&lt;br /&gt;
| rarity = &lt;br /&gt;
| attackdamage =&lt;br /&gt;
| attackspeed =&lt;br /&gt;
| armor =&lt;br /&gt;
| armortoughness =&lt;br /&gt;
| durability =&lt;br /&gt;
| enchantability =&lt;br /&gt;
| knockbackresistance =&lt;br /&gt;
| renewable = &lt;br /&gt;
| stackable = &lt;br /&gt;
| heals = &lt;br /&gt;
| effects = &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See below:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter&lt;br /&gt;
! Function&lt;br /&gt;
! Default/Example value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; || Optional value to use a different title instead of the page name || &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{BASEPAGENAME}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || Image of the item (should be approx. 160x160px) || &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{title}}}.png&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; if it exists, otherwise [[:File:No image.svg|No image.svg]] (linking to the page where to upload the missing image)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; || Other images for multi-state items || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;rarity&amp;lt;/code&amp;gt; || The color of this item&amp;#039;s name. See [[rarity]] for more info. || Common&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;durability&amp;lt;/code&amp;gt; || How durable the item is || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;renewable&amp;lt;/code&amp;gt; || Whether the item is [[Renewable Resources|renewable]] || ?&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;stackable&amp;lt;/code&amp;gt; || Stackable || ?&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;heals&amp;lt;/code&amp;gt; || Amount of hunger points restored || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;effects&amp;lt;/code&amp;gt; || Status effects given when consumed || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;armor&amp;lt;/code&amp;gt; || The armor value provided by this item when worn. Single number only. || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter (multiple mode only)&lt;br /&gt;
! Function&lt;br /&gt;
! Default/Example value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;group&amp;lt;/code&amp;gt; || Group (tab) under which to put the image || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;group&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; || Other tabs present || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;1-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; || &amp;#039;&amp;#039;n&amp;#039;&amp;#039;th image under the first (default) tab || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; || &amp;#039;&amp;#039;n&amp;#039;&amp;#039;th image under the &amp;#039;&amp;#039;N&amp;#039;&amp;#039;th tab || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{infobox see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- template categories/interwikis here --&amp;gt;&lt;br /&gt;
[[Category:Infobox templates|I]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- documentation categories/interwikis here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>