<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AItem%2Fdoc</id>
	<title>Template:Item/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AItem%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Template:Item/doc&amp;action=history"/>
	<updated>2026-05-07T06:19:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://secrets.warcraftwatch.com/w/index.php?title=Template:Item/doc&amp;diff=2613&amp;oldid=prev</id>
		<title>imported&gt;Surafbrov: /* Test cases */</title>
		<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Template:Item/doc&amp;diff=2613&amp;oldid=prev"/>
		<updated>2025-05-15T04:23:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Test cases&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The template produces an item link (with an optional icon) that when hovered over will display an extensive tooltip, pulling information from that item&amp;#039;s wiki page.  Note that the tooltip function requires a valid {{t|itemtip}} on the item&amp;#039;s Wowpedia page.  Like most other links, it will display in red if the &amp;lt;page_name&amp;gt; is incorrect.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Usage:&amp;#039;&amp;#039;&amp;#039; {{t|item|page_name|display_name}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;page_name&amp;gt;&amp;#039;&amp;#039;&amp;#039; is required.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;display_name&amp;gt;&amp;#039;&amp;#039;&amp;#039; is optional. If just &amp;quot;s&amp;quot; or &amp;quot;es&amp;quot; is entered, the link will add an &amp;quot;s&amp;quot; or &amp;quot;es&amp;quot; to the page name.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;newicon&amp;#039;&amp;#039;&amp;#039; is optional and can be used to display a completely different icon if needed.&lt;br /&gt;
&lt;br /&gt;
;Examples:&lt;br /&gt;
Make a regular item link like [[Reins of the Bengal Tiger]] into a shorter name:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{item|Reins of the Bengal Tiger|Bengal Tiger}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;: {{item|Reins of the Bengal Tiger|Bengal Tiger}}&lt;br /&gt;
&lt;br /&gt;
Make an item a plural: &lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{item|Runic Leather Headband|s}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;: {{item|Runic Leather Headband|s}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{item|Barnacled Lockbox|es}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;: {{item|Barnacled Lockbox|es}}&lt;br /&gt;
&lt;br /&gt;
Use a different icon:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{item|Blinky Egg|Blinky|newicon=inv_babyfaeriedragon}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;: {{item|Blinky Egg|Blinky|newicon=inv_babyfaeriedragon}}&lt;br /&gt;
&lt;br /&gt;
In cases where you&amp;#039;re just linking an item, just link the item as usual (i.e. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[item link]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;). This template should only be used in cases like above, especially for [[hotfix]] articles and [[Patches|patch notes]].&lt;br /&gt;
&lt;br /&gt;
==Test cases==&lt;br /&gt;
*{{item|Shadowmourne|showicon=no}}: &amp;lt;code&amp;gt;showicon=no&amp;lt;/code&amp;gt;, only a link (no icon)&lt;br /&gt;
*{{item|Shadowmourne|icon=}}: &amp;lt;code&amp;gt;icon=&amp;lt;/code&amp;gt;, only a link (no icon)&lt;br /&gt;
*{{item|Shadowmourne|newicon=}}: &amp;lt;code&amp;gt;newicon=&amp;lt;/code&amp;gt;, do not change the icon&lt;br /&gt;
*{{item|Shadowmourne|newicon=inv_motorcyclefelreavermount_fire}}: &amp;lt;code&amp;gt;newicon=inv_motorcyclefelreavermount_fire&amp;lt;/code&amp;gt;, change the icon to [[:File:inv_motorcyclefelreavermount_fire.png]].&lt;br /&gt;
*{{item|Shadowmourne}}: Nothing. Display the default icon and link (ideally the template isn&amp;#039;t needed for this purpose)&lt;br /&gt;
*{{item|Shadowmourne|es}}: &amp;lt;code&amp;gt;|es&amp;lt;/code&amp;gt; Append &amp;quot;es&amp;quot; to the display name&lt;br /&gt;
*{{item|Shadowmourne|s}}: &amp;lt;code&amp;gt;|s&amp;lt;/code&amp;gt; Append &amp;quot;s&amp;quot; to the display name&lt;br /&gt;
*{{item|Shadowmourne|Totally a new Ashbringer}}: &amp;lt;code&amp;gt;|whatever&amp;lt;/code&amp;gt; Changes the name entirely&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:WoW utility templates|Item Link]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Surafbrov</name></author>
	</entry>
</feed>