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
(New page: == Vertical box item block == This command is provided to overcome the problems of the <nowiki><itemdb:show_ver></nowiki> tag. === Example === Example: '''<nowiki><itemdb:show_block ite...)
 
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Vertical box item block ==
+
{{api
 +
| tag = itemdb:show_block
 +
| command = ItemDB_Show_block
 +
| 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 ==
  
=== Example ===
+
Example: '''<nowiki><itemdb:show_block items="2300"> and </itemdb:show_block></nowiki>'''
  
Example: '''<nowiki><itemdb:show_block items="1345"> and </itemdb:show_block></nowiki>'''
+
<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>
 
 
<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 HTML API commands|Show block]]
 
[[Category:Wiki Item DB tags|Show block]]
 

Latest revision as of 13:17, 4 July 2008

ItemDB Show block

  • Item DB Tag: <itemdb:show_block>
  • Web service function: ItemDB_Show_block
  • 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!