Latest Neocron News and Information

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

Difference between revisions of "Legacy THNapi:ItemDB Show block"

From Neocron Wiki
Jump to: navigation, search
(Documentation update...I love documentation!)
Line 1: Line 1:
== Vertical box item block ==
+
{{api
 +
| tag = tag:name
 +
| command = comand_name
 +
| usage = This command is provided to overcome the problems of the <nowiki><itemdb:show_ver></nowiki> tag.
 +
| thn_only = no
 +
| param_items = yes
 +
| param_format = opt
 +
| param_order = opt
 +
}}
  
This command is provided to overcome the problems of the <nowiki><itemdb:show_ver></nowiki> tag.
+
== Example ==
  
=== Required Parameters ===
+
Example: '''<nowiki><itemdb:show_block items="2300"> and </itemdb:show_block></nowiki>'''
  
{{THNapi:Parameter - Items}}
+
<itemdb:show_block items="2300">This shows the items left align to allow text to flow around the item, but if it's short, the next line after the closing tag will start below the item.</itemdb:show_block>
 
 
=== Optional Parameters ===
 
 
 
{{THNapi:Parameter - Order}}
 
{{THNapi:Parameter - Format}}
 
 
 
=== Example ===
 
 
 
Example: '''<nowiki><itemdb:show_block items="1345"> and </itemdb:show_block></nowiki>'''
 
 
 
<itemdb:show_block items="1345">This shows the items left align to allow text to flow around the item, but if it's short, the next line after the closing tag will start below the item.</itemdb:show_block>
 
  
 
...Just like that!
 
...Just like that!
 
[[Category:THN API commands]]
 
[[Category:Wiki Item DB tags|ItemDB:Show_Block]]
 

Revision as of 13:13, 4 July 2008

ItemDB Show block

  • Item DB Tag: <tag:name>
  • Web service function: comand_name
  • Usage: This command is provided to overcome the problems of the <itemdb:show_ver> tag.

Required parameters

THNapi:Parameter - Items

Optional parameters

THNapi:Parameter - FormatTHNapi:Parameter - Order


Example

Example: <itemdb:show_block items="2300"> and </itemdb:show_block>

<itemdb:show_block items="2300">This shows the items left align to allow text to flow around the item, but if it's short, the next line after the closing tag will start below the item.</itemdb:show_block>

...Just like that!