Difference between revisions of "Template:Api"

From Neocron Wiki
Jump to: navigation, search
(Stolen Delphi's template-documentation class for my api docs!)
Line 1: Line 1:
 +
<div class="template-documentation">
 
== {{PAGENAME}} - {{ #if:{{{tag|}}} | Tag <{{{tag}}}> }} {{ #if:{{{command|}}} | Command {{{command}}} }} ==
 
== {{PAGENAME}} - {{ #if:{{{tag|}}} | Tag <{{{tag}}}> }} {{ #if:{{{command|}}} | Command {{{command}}} }} ==
 
{{ #ifeq:{{{thn_only}}}|yes|* THN Only command: Yes }}
 
{{ #ifeq:{{{thn_only}}}|yes|* THN Only command: Yes }}
Line 41: Line 42:
 
{{ #if:{{{tag|}}} |[[Category:Wiki Item DB tags|{{{tag}}}]]}}
 
{{ #if:{{{tag|}}} |[[Category:Wiki Item DB tags|{{{tag}}}]]}}
 
{{ #if:{{{command|}}} |[[Category:THN API commands|{{{command}}}]]}}
 
{{ #if:{{{command|}}} |[[Category:THN API commands|{{{command}}}]]}}
 
+
</div>
 
<noinclude>
 
<noinclude>
 
{{Documentation}}
 
{{Documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 19:18, 2 July 2008

Api -

  • Usage: No information

Required parameters

Optional parameters

Template-info.pngTemplate Documentation[edit]

This documentation is transcluded from Template:Api/doc. (edit | history)

{{api
 | tag = tag:name
 | command = comand_name
 | usage = What it does
 | thn_only = no
 | param_items = yes/no/opt
 | param_faction = yes/no/opt
 | param_format = yes/no/opt
 | param_group = yes/no/opt
 | param_level = yes/no/opt
 | param_order = yes/no/opt
 | param_page = yes/no/opt
 | param_plural = yes/no/opt
 | param_position = yes/no/opt
 | param_qty = yes/no/opt
 | param_size = yes/no/opt
 | param_style = yes/no/opt
 | param_viewname = yes/no/opt
 | param_viewoption = yes/no/opt
 | param_tag = yes/no/opt
 | param_cols = yes/no/opt
 | param_class = yes/no/opt
 | param_index = yes/no/opt
}}