Latest Neocron News and Information

  • New test server patch #556 has been released to Vedeena

Difference between revisions of "Legacy THNapi:ItemDB Icon"

From Neocron Wiki
Jump to: navigation, search
m
(Copying correct version from Dev)
Line 15: Line 15:
 
Example:  '''<nowiki><itemdb:icon items="2182" style="default"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:icon items="2182" style="default"/></nowiki>'''
  
<itemdb:icon items="2182"/> This is the Backup SWAT gun.
+
<itemdb:icon items="2182"  style="default"/> This is the Backup SWAT gun.
  
 
=== Example 3 ===
 
=== Example 3 ===
Line 21: Line 21:
 
Example:  '''<nowiki><itemdb:icon items="2182" style="none"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:icon items="2182" style="none"/></nowiki>'''
  
<itemdb:icon items="2182"/> This is the Backup SWAT gun with no background.
+
<itemdb:icon items="2182" style="none"/> This is the Backup SWAT gun with no background.
  
  
 
[[Category:THN HTML API commands|Icon]]
 
[[Category:THN HTML API commands|Icon]]
 
[[Category:Wiki Item DB tags|Icon]]
 
[[Category:Wiki Item DB tags|Icon]]

Revision as of 16:31, 19 April 2008

Icon

Exclamation
Unreleased THN API Command
This command will be updated/released with the next THN API update.



This shows the Icon for an item. Clicking on an item will show the item details in a popup window.

Example 1

Example: <itemdb:icon items="2182"/>

<itemdb:icon items="2182"/> This is the Backup SWAT gun.

Example 2

Example: <itemdb:icon items="2182" style="default"/>

<itemdb:icon items="2182" style="default"/> This is the Backup SWAT gun.

Example 3

Example: <itemdb:icon items="2182" style="none"/>

<itemdb:icon items="2182" style="none"/> This is the Backup SWAT gun with no background.