Latest Neocron News and Information
- New test server patch #749 has been released to Vedeena
- New retail server patch #747 has been released to Titan
Difference between revisions of "Legacy THNapi:Parameter - Order (Examples)"
(Move all commands fromTHN HTML API to THN API) |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | = Order parameter = | |
| + | |||
| + | The optional order parameter will allow items to be sorted. Here are some of the options. | ||
== Default == | == Default == | ||
| Line 36: | Line 38: | ||
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="Name-"/> | <itemdb:show_hoz items="2002,1500,700,2010,2012" order="Name-"/> | ||
| − | [[Category:THN API | + | [[Category:THN API Parameters|Order (Examples)]] |
| − | |||
Latest revision as of 14:14, 27 May 2008
Order parameter
The optional order parameter will allow items to be sorted. Here are some of the options.
Default
<itemdb:show_hoz items="2002,1500,700,2010,2012"/> <itemdb:show_hoz items="2002,1500,700,2010,2012"/>
None
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="none"/> <itemdb:show_hoz items="2002,1500,700,2010,2012" order="none"/>
ItemDb
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="itemdb"/> <itemdb:show_hoz items="2002,1500,700,2010,2012" order="itemdb"/>
TL+
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="tl+"/> <itemdb:show_hoz items="2002,1500,700,2010,2012" order="tl+"/>
TL-
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="tl-"/> <itemdb:show_hoz items="2002,1500,700,2010,2012" order="tl-"/>
Name+
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="Name+"/> <itemdb:show_hoz items="2002,1500,700,2010,2012" order="Name+"/>
Name-
<itemdb:show_hoz items="2002,1500,700,2010,2012" order="Name-"/> <itemdb:show_hoz items="2002,1500,700,2010,2012" order="Name-"/>