Latest Neocron News and Information

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

Difference between revisions of "Legacy THNapi:ItemDB Show Block Right"

From Neocron Wiki
Jump to: navigation, search
(Documentation update...I love documentation!)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Vertical box item block (Right aligned) ==
+
{{api
 +
| tag = itemdb:show_block_right
 +
| command = ItemDB_Show_Block_Right
 +
| usage = This command is provided to overcome the problems of the <nowiki><itemdb:show_ver_right></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_right></nowiki> tag.
+
== Example ==
 
 
=== Required Parameters ===
 
 
 
{{THNapi:Parameter - Items}}
 
 
 
=== Optional Parameters ===
 
 
 
{{THNapi:Parameter - Order}}
 
{{THNapi:Parameter - Format}}
 
 
 
=== Example ===
 
  
 
Example: '''<nowiki><itemdb:show_block_right items="1345"> and </itemdb:show_block_right></nowiki>'''
 
Example: '''<nowiki><itemdb:show_block_right items="1345"> and </itemdb:show_block_right></nowiki>'''
Line 19: Line 16:
  
 
...Magic!
 
...Magic!
 
[[Category:THN API commands|Show block right]]
 
[[Category:Wiki Item DB tags|Show block right]]
 

Latest revision as of 13:03, 4 July 2008

ItemDB Show Block Right

  • Item DB Tag: <itemdb:show_block_right>
  • Web service function: ItemDB_Show_Block_Right
  • Usage: This command is provided to overcome the problems of the <itemdb:show_ver_right> tag.

Required parameters

THNapi:Parameter - Items

Optional parameters

THNapi:Parameter - FormatTHNapi:Parameter - Order


Example

Example: <itemdb:show_block_right items="1345"> and </itemdb:show_block_right>

<itemdb:show_block_right items="1345">This shows the items right aligned 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_right>

...Magic!