Latest Neocron News and Information
- New test server patch #563 has been released to Vedeena
Difference between revisions of "Legacy THNapi:ItemBD Show View"
From Neocron Wiki
m (THNapi:Show view moved to THNapi:ItemBD Show View) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
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 === | |
− | === Example === | + | {{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: '''<nowiki> | Example: '''<nowiki> | ||
Line 12: | Line 22: | ||
<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: '''<nowiki> | ||
+ | <itemdb:show_view viewname="fsm" viewoption="fa"/></nowiki>''' | ||
+ | |||
+ | <itemdb:show_view viewname="fsm" viewoption="fa"/> | ||
− | [[Category:THN | + | [[Category:THN API commands|Show view]] |
[[Category:Wiki Item DB tags|Show view]] | [[Category:Wiki Item DB tags|Show view]] |
Latest revision as of 17:26, 29 June 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
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"/>