Latest Neocron News and Information

  • New test server patch #550 has been released to Vedeena
  • New retail server patch #551 has been released to Titan

Difference between revisions of "Legacy THNapi:ItemDB Link"

From Neocron Wiki
Jump to: navigation, search
(Added new position attribute to documentation - this will be available in the next API update)
m (Must learn to preview....)
Line 12: Line 12:
  
 
Example:  '''<nowiki><itemdb:link items="2182" position="left"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link items="2182" position="left"/></nowiki>'''
This is a very nice gun <itemdb:link items="2182" position="left"/>
+
 
 +
This is a very nice gun - <itemdb:link items="2182" position="left"/>
  
 
=== Example 3 ===
 
=== Example 3 ===
  
 
Example:  '''<nowiki><itemdb:link items="2182" position="right"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link items="2182" position="right"/></nowiki>'''
You can get this gun in the Dome of York <itemdb:link items="2182" position="right"/>
+
 
 +
You can get this gun in the Dome of York - <itemdb:link items="2182" position="right"/>
  
 
=== Example 4 ===
 
=== Example 4 ===
  
 
Example:  '''<nowiki><itemdb:link items="2182" position="none"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link items="2182" position="none"/></nowiki>'''
You need to do a mission to get this item<itemdb:link items="2182" position="none"/>
+
 
 +
You need to do a mission to get this item - <itemdb:link items="2182" position="none"/>
  
 
[[Category:THN HTML API commands|Link]]
 
[[Category:THN HTML API commands|Link]]
 
[[Category:Wiki Item DB tags|Link]]
 
[[Category:Wiki Item DB tags|Link]]

Revision as of 15:51, 8 April 2008

Links

Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command. The little 'i' will show the item if the user hovers over the 'i' icon.

Example 1

Example: <itemdb:link items="957"/>

Kill the BramBossMob (Rank 512/512) and loot 10 x <itemdb:link items="957"/> from his body.

Example 2

Example: <itemdb:link items="2182" position="left"/>

This is a very nice gun - <itemdb:link items="2182" position="left"/>

Example 3

Example: <itemdb:link items="2182" position="right"/>

You can get this gun in the Dome of York - <itemdb:link items="2182" position="right"/>

Example 4

Example: <itemdb:link items="2182" position="none"/>

You need to do a mission to get this item - <itemdb:link items="2182" position="none"/>