Editing Template:ItemDisplay

Jump to navigation Jump to search
You are not currently logged in. This edit will be associated with your IP address in the page's edit history.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
#REDIRECT [[Template:Bditem]]
<includeonly><center>
 
<table><tr><td>
 
<table><tr><td align="center"><div style="border: solid 1px black; width: 80px; height: 80px;">http://images.neopets.com/items/{{{IMAGE}}}</div><div style="display: block; width: 140px; word-wrap: break-word;"><b>{{{name}}}{{ #if: {{{NP|}}} | <div style="color: gold">{{{NP}}} NP</div> | {{ #if: {{{NC|}}} | <div style="color: #7D26CD;">{{{NC}}} NC</div> }} }} </b></div><span title="View this {{ #if: {{{wearable|}}} | wearable | {{ #if: {{{weapon|}}} | weapon | {{ #if: {{{normal|}}} | item }} }} }} on Jellyneo's Item Database"><span class="plainlinks">[http://items.jellyneo.net/index.php?go=item&showitem={{{JNID}}} http://www.pinkpt.com/neodex/images/d/de/JellyneoItemDB_favicon.png]</span></span>  {{ #if: {{{wearable|}}} | <span title="View this wearable on TDN's Customization Central"><span class="plainlinks">[http://customize.thedailyneopets.com/index.php/itemdb/find/{{{TDNID}}} http://www.pinkpt.com/neodex/images/a/a5/Tdn_customisation_favicon.png]</span></span> }} {{ #if: {{{weapon|}}} | <span title="View this weapon on TDN's Battlepedia"><span class="plainlinks">[http://battlepedia.thedailyneopets.com/index.php/weapon/viewweap/{{{TDNWeapID}}} http://www.pinkpt.com/neodex/images/0/06/Tdn_battlepedia_favicon.png]</span></span> <span title="View this weapon on Jellyneo's In-Depth Battlepedia"><span class="plainlinks">[http://battlepedia.jellyneo.net/?go=showweapon&id={{{IDBID}}} http://www.pinkpt.com/neodex/images/d/d8/Jellyneo_idb_favicon.png]</span></span> }}</td></tr></table>
 
</td><td>
 
{{ #if: {{{wearable|}}} |
<span title="Preview this wearable on Dress to Impress"><span class="plainlinks">[http://impress.openneo.net/items/{{{DTIID}}} http://www.pinkpt.com/neodex/images/4/43/Impress_favicon.png]</span></span><br><span title="Preview this wearable on Jellyneo's Wardrobe App"><span class="plainlinks">[http://wardrobe.jellyneo.net/preview/?id={{{JNID}}} http://www.pinkpt.com/neodex/images/a/ac/JellyneoWardrobe_favicon.png]</span></span>
}}
 
</td></tr></table></center></includeonly><noinclude>
 
== Purpose ==
 
To display an array of items and item types with links to external sites.
 
== Use ==
 
Use varies by the item type:
 
=== Normal Item ===
 
{{ItemDisplay|normal=yes|IMAGE=gar_jhudora_statue.gif|name=Jhudora Statue|JNID=22015}}
 
Source:
 
<code><nowiki>{{ItemDisplay</nowiki>|'''normal'''=yes|'''IMAGE'''=gar_jhudora_statue.gif|'''name'''=Jhudora Statue|'''JNID'''=22015}}</code>
 
*'''normal'''
*This lets the item display know this is a "normal" item. It should be set to yes.
 
*'''IMAGE'''
*End of Image URL. If you'd like to link to [http://images.neopets.com/items/codestone10.gif <nowiki>http://images.neopets.com/items/codestone10.gif</nowiki>], for example, you'd simply fill this section with '''codestone10.gif'''.
 
*'''name'''
*Pretty basic, the item's name goes here.
 
*'''JNID'''
*Item's ID on Jellyneo's Item Database. If you'd like to link to [http://items.jellyneo.net/index.php?go=item&showitem=509 http://items.jellyneo.net/index.php?go=item&showitem=509], for example, then you'd fill this section with '''509'''.
 
=== Wearble Item ===
 
{{ItemDisplay|wearable=yes|IMAGE=mall_ac_altador_teamhat.gif|name=Altador Team Hat|JNID=43929|TDNID=6863|DTIID=56654-Altador-Team-Hat}}
 
Source:
 
<code><nowiki>{{ItemDisplay</nowiki>|'''wearable'''=yes|'''IMAGE'''=mall_ac_altador_teamhat.gif|'''name'''=Altador Team Hat|'''JNID'''=43929|'''TDNID'''=6863|'''DTIID'''=56654-Altador-Team-Hat}}</code>
 
*'''wearable'''
*This lets the item display know this is a "wearable" item. It should be set to yes.
 
*'''IMAGE'''
*End of Image URL. If you'd like to link to [http://images.neopets.com/items/codestone10.gif <nowiki>http://images.neopets.com/items/codestone10.gif</nowiki>], for example, you'd simply fill this section with '''codestone10.gif'''.
 
*'''name'''
*Pretty basic, the item's name goes here.
 
*'''JNID'''
**Item's ID on Jellyneo's Item Database. If you'd like to link to [http://items.jellyneo.net/index.php?go=item&showitem=509 http://items.jellyneo.net/index.php?go=item&showitem=509], for example, then you'd fill this section with '''509'''. This defines both the Item DB and Wardrobe URL. As both share the same IDs, this only has to be done once.
 
*'''TDNID'''
*Item ID on The Daily Neopets' Customization section. For instance, if you wished to link to [http://customize.thedailyneopets.com/index.php/itemdb/find/12246 http://customize.thedailyneopets.com/index.php/itemdb/find/12246], then you'd fill this section with '''12246'''.
 
*'''DTIID'''
*Item ID on Dress to Impress. If, say, you wanted to link to [http://impress.openneo.net/items/69677-Shamrock-Shield http://impress.openneo.net/items/69677-Shamrock-Shield], then you'd put '''69677-Shamrock-Shield''' in this section.
 
=== Battledome Items ===
 
{{ItemDisplay|weapon=yes|IMAGE=eliv_thade_sword.gif|name=Sword of Skardsen|JNID=674|IDBID=1586|TDNWeapID=1863}}
 
Source:
 
<nowiki>{{ItemDisplay</nowiki>|'''weapon'''=yes|'''IMAGE'''=eliv_thade_sword.gif|'''name'''=Sword of Skardsen|'''JNID'''=674|'''IDBID'''=1586|'''TDNWeapID'''=1863}}
 
<code><nowiki>{{ItemDisplay</nowiki>|'''weapon'''=yes|'''IMAGE'''=eliv_thade_sword.gif|'''name'''=Sword of Skardsen|'''JNID='''674|'''IDBID'''=1586|'''TDNWeapID'''=1863}}</code>
 
*'''weapon'''
*This lets the item display know this is a "weapon". It should be set to yes.
 
*'''image'''
*End of Image URL. If you'd like to link to [http://images.neopets.com/items/codestone10.gif <nowiki>http://images.neopets.com/items/codestone10.gif</nowiki>], for example, you'd simply fill this section with '''codestone10.gif'''.
 
*'''name'''
*Pretty basic, the item's name goes here.
 
*'''JNID'''
**Item's ID on Jellyneo's Item Database. If you'd like to link to [http://items.jellyneo.net/index.php?go=item&showitem=509 http://items.jellyneo.net/index.php?go=item&showitem=509], for example, then you'd fill this section with '''509'''.
 
*'''IDBID'''
*In-Depth Battlepedia ID. For instance, if you wanted to link to [http://battlepedia.jellyneo.net/?go=showweapon&id=3238 http://battlepedia.jellyneo.net/?go=showweapon&id=3238], then you'd fill this section with '''3238'''.
 
*'''TDNWeapID'''
*TDN Battlepedia ID. For example, if you wanted to link to [http://battlepedia.thedailyneopets.com/index.php/weapon/viewweap/3025 http://battlepedia.thedailyneopets.com/index.php/weapon/viewweap/3025], then you'd fill this section with '''3025'''.
 
=== Combing the Three ===
 
It's possibly to combine the three of these item types to create a "hybrid" item display template. However, there is no need to put in the "normal" setting, as this is already built into "wearable" and "weapon" by default. Attempting the mix them will result in something along the line of the following:
 
<center>---</center>
 
{{ItemDisplay|weapon=yes|wearable=yes|IMAGE=eliv_thade_sword.gif|name=Sword of Skardsen|JNID=674|IDBID=1586|TDNWeapID=1863|TDNID=6863|DTIID=56654-Altador-Team-Hat}}
 
Source:
 
<nowiki>{{ItemDisplay</nowiki>|weapon=yes|wearable=yes|IMAGE=eliv_thade_sword.gif|name=Sword of Skardsen|JNID=674|IDBID=1586|TDNWeapID=1863|TDNID=6863|DTIID=56654-Altador-Team-Hat}}
 
It's worth noting that no such item that functions as both a wearable and weapon exist (Therefore the above links are incorrect), however the ability to combine the two functions here have been made possible just in case.
 
Also, when hovering over the Jellyneo Item Database Icon, it will always refer to the object as "Wearable".
 
=== Neopoint and Neocash Values ===
 
In addition, it is possible to display both [[Neopoint]] and [[Neocash]] values with item, utilizing an optional setting:
 
{{ItemDisplay|weapon=yes|IMAGE=eliv_thade_sword.gif|name=Sword of Skardsen|JNID=674|IDBID=1586|TDNWeapID=1863|NP=9,000,000}}
 
Source:
 
<code><nowiki>{{ItemDisplay</nowiki>|weapon=yes|IMAGE=eliv_thade_sword.gif|name=Sword of Skardsen|JNID=674|IDBID=1586|TDNWeapID=1863|'''NP'''=9,000,000}}</code>
 
*'''NP'''
*The item's Neopoint Value (Not user defined, but rather estimated cost or anything else appropriate). If no such value exists, or if there is no need to put in a value, then there is no need to use this field. (No need to type "NP" - This is built in. The numerical value is needed only)
 
<center>---</center>
 
{{ItemDisplay|wearable=yes|IMAGE=mall_floatingneggfaerie.gif|name=Floating Negg Faerie Doll|JNID=25303|TDNID=1488|DTIID=37002-Floating-Negg-Faerie-Doll|NC=150}}
 
Source:
 
<nowiki>{{ItemDisplay</nowiki>|wearable=yes|IMAGE=mall_floatingneggfaerie.gif|name=Floating Negg Faerie Doll|JNID=25303|TDNID=1488|DTIID=37002-Floating-Negg-Faerie-Doll|'''NC'''=150}}
 
*'''NC'''
*The item's most recent value in [[Neocash]] (Temporary Discount excluded). If no such value exists, there is no reason to use this field. (No need to type "NC" - This is built in. The numerical value is needed only)
 
{{WhatLinksHere|prefix=Template:|type=template}}
 
[[Category:Templates/Media]]</noinclude>

Please note that all contributions to NeoDex may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see NeoDex:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)