<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3APG%2FITEM_infobox%2Fdoc</id>
	<title>Template:PG/ITEM infobox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3APG%2FITEM_infobox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:PG/ITEM_infobox/doc&amp;action=history"/>
	<updated>2026-04-08T07:50:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:PG/ITEM_infobox/doc&amp;diff=109&amp;oldid=prev</id>
		<title>imported&gt;Alleryn: slightly reworded the quality section regarding defaults (no functional change)</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:PG/ITEM_infobox/doc&amp;diff=109&amp;oldid=prev"/>
		<updated>2020-12-05T14:14:38Z</updated>

		<summary type="html">&lt;p&gt;slightly reworded the quality section regarding defaults (no functional change)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
== Description ==&lt;br /&gt;
:Use this template to illustrate in infobox of an item as it appears in-game.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ITEM infobox&lt;br /&gt;
|name =&lt;br /&gt;
|skillreqs=&lt;br /&gt;
|description=&lt;br /&gt;
|basemods=&lt;br /&gt;
|value=&lt;br /&gt;
|extra=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; name&lt;br /&gt;
: REQUIRED. This should match the name of the item.&lt;br /&gt;
; quality&lt;br /&gt;
: OPTIONAL. This field is used to change the color of the name of the item. Options are common, uncommon, rare, exceptional, epic, legendary. Defaults to common (white).&lt;br /&gt;
; skillreqs&lt;br /&gt;
: OPTIONAL. This field is used for items like the [[Windstep Shoes]] that have a skill-based requirement. Animal form requirements are also listed here. This text will appear red.&lt;br /&gt;
; description&lt;br /&gt;
: REQUIRED. Matches the in-game description of the item.&lt;br /&gt;
; basemods&lt;br /&gt;
: OPTIONAL. Used on gear or items that grant attributes when consumed. See examples below for details on use.&lt;br /&gt;
; value&lt;br /&gt;
: REQUIRED. The in-game value of the item.&lt;br /&gt;
; extra&lt;br /&gt;
: OPTIONAL. See next section for details.&lt;br /&gt;
== ITEM EXTRA infobox Parameters == &lt;br /&gt;
; craftpoints&lt;br /&gt;
Optional. The number of Crafting Points the item has.&lt;br /&gt;
; equipslot&lt;br /&gt;
Optional. The Equip Slot the item fits into.&lt;br /&gt;
; stack&lt;br /&gt;
Optional. The Maximum stack size for the item.&lt;br /&gt;
; keywords&lt;br /&gt;
Required. Uses KW template to add keywords to the page (and will eventually display them).&lt;br /&gt;
== Sample item output ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ITEM infobox&lt;br /&gt;
|name = Fire Dust&lt;br /&gt;
|description = This bright red powder always feels warm to the touch.&lt;br /&gt;
|basemods =&lt;br /&gt;
|value = 90&lt;br /&gt;
|extra = {{Spoiler|&lt;br /&gt;
|{{ITEM EXTRA infobox&lt;br /&gt;
 | stack =  99&lt;br /&gt;
 | keywords = {{KW|AlchemyIngredient}}{{KW|FireDust}}{{KW|MagicDust}}&lt;br /&gt;
}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ITEM infobox&lt;br /&gt;
|name = Fire Dust&lt;br /&gt;
|description = This bright red powder always feels warm to the touch.&lt;br /&gt;
|basemods =&lt;br /&gt;
|value = 90&lt;br /&gt;
|extra = {{Spoiler|&lt;br /&gt;
|{{ITEM EXTRA infobox&lt;br /&gt;
 | stack =  99&lt;br /&gt;
 | keywords = {{KW|AlchemyIngredient}}{{KW|FireDust}}{{KW|MagicDust}}&lt;br /&gt;
}}}}&lt;br /&gt;
}}&lt;br /&gt;
== Sample gear output ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ITEM infobox&lt;br /&gt;
|name = Windstep Shoes&lt;br /&gt;
|quality= legendary&lt;br /&gt;
|skillreqs= Endurance 40&lt;br /&gt;
|description = Popular with elven messengers, these elegant cloth footwraps make your feet move much faster! But they don&amp;#039;t protect your feet very well, so you&amp;#039;ll need significant endurance to tolerate the numerous stubbed toes and sprained ankles.&lt;br /&gt;
|basemods ={{Attribute|MAX_ARMOR|+25}}&amp;lt;br&amp;gt;{{Attribute|SPRINT_BOOST|+2}}&amp;lt;br&amp;gt;{{Attribute|COMBAT_REFRESH_HEALTH_DELTA|+30}}&amp;lt;br&amp;gt;{{Attribute|COMBAT_REFRESH_POWER_DELTA|+27}}&lt;br /&gt;
|value = 150&lt;br /&gt;
|extra = {{Spoiler|&lt;br /&gt;
|{{ITEM EXTRA infobox&lt;br /&gt;
 | craftpoints = 100&lt;br /&gt;
 | equipslot = Feet&lt;br /&gt;
 | stack =  1&lt;br /&gt;
 | keywords = {{KW|Armor}}{{KW|ArmorOrShield}}{{KW|Equipment}}{{KW|Feet}} {{KW|ClothArmor}}{{KW|ClothBoots}}{{KW|ClothDyableArmor}}{{KW|Fashionable}}{{KW|Loot}}&lt;br /&gt;
}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ITEM infobox&lt;br /&gt;
|name = Windstep Shoes&lt;br /&gt;
|quality= legendary&lt;br /&gt;
|skillreqs= Endurance 40&lt;br /&gt;
|description = Popular with elven messengers, these elegant cloth footwraps make your feet move much faster! But they don&amp;#039;t protect your feet very well, so you&amp;#039;ll need significant endurance to tolerate the numerous stubbed toes and sprained ankles.&lt;br /&gt;
|basemods ={{Attribute|MAX_ARMOR|+25}}&amp;lt;br&amp;gt;{{Attribute|SPRINT_BOOST|+2}}&amp;lt;br&amp;gt;{{Attribute|COMBAT_REFRESH_HEALTH_DELTA|+30}}&amp;lt;br&amp;gt;{{Attribute|COMBAT_REFRESH_POWER_DELTA|+27}}&lt;br /&gt;
|value = 150&lt;br /&gt;
|extra = {{Spoiler|&lt;br /&gt;
|{{ITEM EXTRA infobox&lt;br /&gt;
 | craftpoints = 100&lt;br /&gt;
 | equipslot = Feet&lt;br /&gt;
 | stack =  1&lt;br /&gt;
 | keywords = {{KW|Armor}}{{KW|ArmorOrShield}}{{KW|Equipment}}{{KW|Feet}} {{KW|ClothArmor}}{{KW|ClothBoots}}{{KW|ClothDyableArmor}}{{KW|Fashionable}}{{KW|Loot}}&lt;br /&gt;
}}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories/interwikis for the template itself --&amp;gt;&lt;br /&gt;
[[Category:Formatting templates|ItemT]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories/interwikis for this documentation itself --&amp;gt;&lt;br /&gt;
[[Category:Template documentation|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Alleryn</name></author>
	</entry>
</feed>