Template:VideoMethod
From OxeyeWiki
(Difference between revisions)
m (asdf) |
m (wip) |
||
Line 1: | Line 1: | ||
- | {| border= | + | {| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" |
|- | |- | ||
- | |style="background:#d8d8d8; font-size:150% | + | |style="background:#d8d8d8; font-size:150%;" colspan="3"|'''{{{1}}}}''' |
|- | |- | ||
|colspan="3"|{{{2}}} | |colspan="3"|{{{2}}} | ||
Line 9: | Line 9: | ||
|style="background:#d8d8d8"| '''Description''' | |style="background:#d8d8d8"| '''Description''' | ||
|- | |- | ||
- | + | {{{3}}} | |
- | + | ||
|style="background:#d8d8d8" colspan="3"| '''Returns''' | |style="background:#d8d8d8" colspan="3"| '''Returns''' | ||
|- | |- | ||
Line 16: | Line 15: | ||
|} | |} | ||
{{Video}} | {{Video}} | ||
- | <noinclude>{{VideoMethod | video.exampleMethod(x, y) }}</noinclude> | + | <noinclude> |
+ | {{VideoMethod | ||
+ | | video.exampleMethod(x, y) | ||
+ | | description | ||
+ | | | ||
+ | {{MethodParam|x|A number|The x coordinate}} | ||
+ | {{MethodParam|y|A number|The y coordinate}} | ||
+ | | returns }} | ||
+ | </noinclude> |
Revision as of 18:23, 4 March 2009
{{{1}}}} | ||
{{{2}}} | ||
Parameter | Expected Type | Description |
Returns | ||
{{{4}}} |
video.exampleMethod(x, y)
| ||
description | ||
Parameter | Expected Type | Description |
x | A number | The x coordinate |
y | A number | The y coordinate |
Returns | ||
returns |