Difference between revisions of "Template:ItemDisplay"
Jump to navigation
Jump to search
---
---
---
>Pages that use this template<
Line 7: | Line 7: | ||
Use: | Use: | ||
<code><nowiki>{{ | <code><nowiki>{{ItemDisplay|</nowiki>IMAGE='''image'''|JNID='''Item Database ID'''|NAME='''name'''}}</code> | ||
*'''IMAGE''' | *'''IMAGE''' | ||
Line 24: | Line 24: | ||
If we put in: | If we put in: | ||
<code><nowiki>{{ | <code><nowiki>{{ItemDisplay|IMAGE=bg_neggs_allabout.gif|JNID=37320|NAME=All About Neggs Background}}</nowiki></code> | ||
...We'd get: | ...We'd get: | ||
{{ | {{ItemDisplay|IMAGE=bg_neggs_allabout.gif|JNID=37320|NAME=All About Neggs Background}} | ||
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. | 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. |
Revision as of 22:23, 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.