Template:HarvestNoParams
From OxeyeWiki
(Difference between revisions)
(Created page with '{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" |- |style="background:#c7c7c7; font-size:150%;" colspan="3"|'''{{{1}}}''' |- |cols...') |
|||
Line 10: | Line 10: | ||
|} {{Harvest}} | |} {{Harvest}} | ||
<noinclude> | <noinclude> | ||
- | {{ | + | {{HarvestNoParams | |
harvest.exampleMethod() | harvest.exampleMethod() | ||
| | | |
Latest revision as of 20:54, 20 May 2009
{{{1}}} | ||
{{{2}}} | ||
Returns | ||
{{{3}}} |
harvest.exampleMethod() | ||
This is an example usage of the NoParams template. Harvest methods that have no parameters should contain this template, with the method name, description, and return values. Then an example of how the method is used. | ||
Returns | ||
The third parameter is a description of the method's return value or values, if any. |