Difference between revisions of "Template:ItemDisplay"
Jump to navigation
Jump to search
---
---
---
>Pages that use this template<
(One more to go.) |
|||
Line 1: | Line 1: | ||
<includeonly><center>div style="border: solid 1px black; width: 80px;">http://images.neopets.com/items/{{{IMAGE}}}</div><div style="display: block; width: 140px; word-wrap: break-word;">[{{JNIDBLink|itemID={{{JNID}}}}} <b>{{{NAME}}}]</b></div></center></includeonly><noinclude>Purpose: | <includeonly><center><div style="border: solid 1px black; width: 80px;">http://images.neopets.com/items/{{{IMAGE}}}</div><div style="display: block; width: 140px; word-wrap: break-word;">[{{JNIDBLink|itemID={{{JNID}}}}} <b>{{{NAME}}}]</b></div></center></includeonly><noinclude>Purpose: | ||
To easily display items of all sorts. | To easily display items of all sorts. |
Revision as of 23:01, 5 March 2014
Purpose:
To easily display items of all sorts.
Use:
{{ItemDisplay|IMAGE=image|JNID=Item Database ID|NAME=name}}
- IMAGE
- The rest of the image url after '/images/. So for example, if you wanted to display http://images.neopets.com/items/bg_neggs_allabout.gif , you simply put in bg_neggs_allabout.gif.
- JNID
- ID on Jellyneo's Item Database. If you wanted to link to http://items.jellyneo.net/index.php?go=item&showitem=37320 , you'd put 37320 in this space.
- NAME
- Item's name. Simply put, you fill this section with the item's name.
Example:
If we put in:
{{ItemDisplay|IMAGE=bg_neggs_allabout.gif|JNID=37320|NAME=All About Neggs Background}}
...We'd get:
Understand that this template does not include a function to display Neopoint or Neocash values. If you wish to do so, then use Template:NPItemDisplay and Template:NCItemDisplay respectively.