This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
Template:Apicall: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<dl><dt> | |||
<tt>{{{signature|}}}</tt> | <tt>{{{signature|}}}</tt> | ||
< | </dt><dd> | ||
{{#if:{{{param1|}}}{{{param2|}}}{{{param3|}}}{{{param4|}}}{{{param5|}}}{{{param6|}}}{{{param7|}}}{{{param8|}}}{{{param9|}}}|< | {{{description|<i>No description</i>}}} | ||
</dd> | |||
{{#if:{{{param1|}}}{{{param2|}}}{{{param3|}}}{{{param4|}}}{{{param5|}}}{{{param6|}}}{{{param7|}}}{{{param8|}}}{{{param9|}}}|<dd><b>Parameters: </b></dd>}} | |||
{{#if:{{{param1|}}}|<tr><td colspan="2"></td><td><tt>{{{param1}}}</tt></td><td>{{#if:{{{param1desc|}}}| <tt>-</tt> }}</td><td>{{{param1desc|}}}</td></tr>}} | {{#if:{{{param1|}}}|<tr><td colspan="2"></td><td><tt>{{{param1}}}</tt></td><td>{{#if:{{{param1desc|}}}| <tt>-</tt> }}</td><td>{{{param1desc|}}}</td></tr>}} | ||
{{#if:{{{returns|}}}|<tr><td></td><td colspan="4"><b>Returns: </b></td></tr><tr><td colspan="2"></td><td colspan="3">{{{returns}}}</td></tr>}} | {{#if:{{{returns|}}}|<tr><td></td><td colspan="4"><b>Returns: </b></td></tr><tr><td colspan="2"></td><td colspan="3">{{{returns}}}</td></tr>}} | ||
<noinclude> | <noinclude> | ||
<table border="1" cellspacing="0" cellpadding="3"> | <table border="1" cellspacing="0" cellpadding="3"> | ||
Revision as of 09:00, 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. |