Latest Neocron News and Information

  • New retail server patch #557 has been released to Titan

Difference between revisions of "Legacy THNapi:ItemBD Show View"

From Neocron Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
The THN has quite a few special lists, which I call views. The views pick up specific data, such as Epic items, woc items, or provide access to special functions.
 
The THN has quite a few special lists, which I call views. The views pick up specific data, such as Epic items, woc items, or provide access to special functions.
 +
 +
=== Required Parameters ===
 +
 +
{{THNapi:Parameter - Viewname}}
  
 
=== Optional Parameters ===
 
=== Optional Parameters ===
  
{{THNapi:Parameter_-_Level}}
+
{{THNapi:Parameter - Viewoption}}
 +
{{THNapi:Parameter - Format}}
 +
{{THNapi:Parameter - Level}}
  
 
=== Example 1 ===
 
=== Example 1 ===

Revision as of 13:37, 28 May 2008

Show all items from a view

The THN has quite a few special lists, which I call views. The views pick up specific data, such as Epic items, woc items, or provide access to special functions.

Required Parameters

THNapi:Parameter - Viewname

Optional Parameters

THNapi:Parameter - Viewoption THNapi:Parameter - Format THNapi:Parameter - Level

Example 1

Here is a list of Mr Jones items.

Example: <itemdb:show_view viewname="mr-jones"/>

<itemdb:show_view viewname="mr-jones"/>

Example 2

Here is a list of FSM items from Fallen Angels.

Example: <itemdb:show_view viewname="fsm" viewoption="fa"/>

<itemdb:show_view viewname="fsm" viewoption="fa"/>