This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Template:Apicall"

From BZFlagWiki
Jump to: navigation, search
Line 1: Line 1:
 
<tt>{{{signature|}}}</tt><br/>
 
<tt>{{{signature|}}}</tt><br/>
 
<div style="border-left: 25px solid white">
 
<div style="border-left: 25px solid white">
{{{description|<i>No description</i>}}}<br/><br/>
+
{{{description|<i>No description</i>}}}<br/>
 
{{#if:{{{param1|}}}{{{param2|}}}{{{param3|}}}{{{param4|}}}{{{param5|}}}{{{param6|}}}{{{param7|}}}{{{param8|}}}{{{param9|}}}|<b>Parameters: </b>}}
 
{{#if:{{{param1|}}}{{{param2|}}}{{{param3|}}}{{{param4|}}}{{{param5|}}}{{{param6|}}}{{{param7|}}}{{{param8|}}}{{{param9|}}}|<b>Parameters: </b>}}
{{#if:{{{param1|}}}|<div style="border-left: 25px solid white"><tt>{{{param1}}}</tt>{{#if:{{{param1desc|}}}|&nbsp; <tt>-</tt> &nbsp;}}{{{param1desc|}}}</div>}}
+
{{#if:{{{param1|}}}|<div style="border-left: 25px solid white"><tt>{{{param1}}}</tt>{{#if:{{{param1desc|}}}|&nbsp; <tt>-</tt> &nbsp;}}{{{param1desc|}}}</div><br/>}}
{{#if:{{{returns|}}}|<div style="border-left: 25px solid white"><b>Returns: </b><br/>{{{returns}}}</div>}}
+
{{#if:{{{returns|}}}|<div style="border-left: 25px solid white"><b>Returns: </b><br/>{{{returns}}}</div><br/>}}
 
</div>
 
</div>
 
<noinclude>
 
<noinclude>

Revision as of 09:10, 14 December 2008


No description


This template can be used for bzfs api call documentation pages. It contains fields for the parameters of the api call, it's return type (if any), a description for it, and some other api calls that can be referenced.