Template:Function: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
<td style="border:none;">
<td style="border:none;">
<code>
<code>
   {{#if:{{{prototype|}}}| {{{prototype|}}} | Undefined! }}
   {{#if:{{{prototype|}}}|{{{prototype|}}}|Undefined! }}
</code>
</code>
</td></tr>
</td></tr>
Line 11: Line 11:
<tr><th style="border:none;">Description</th>
<tr><th style="border:none;">Description</th>
<td style="border:none;">
<td style="border:none;">
{{#if:{{{description|}}}| {{{description|}}} | undefined! }}
{{#if:{{{description|}}}|{{{description|}}}|Undefined! }}
</td></tr>
</td></tr>


Line 17: Line 17:
<tr><th style="border:none;">Parameters</th>
<tr><th style="border:none;">Parameters</th>
<td style="border:none;">
<td style="border:none;">
{{#if:{{{parameters|}}}| {{{parameters|}}} | None }}
{{#if:{{{parameters|}}}|{{{parameters|}}}|None }}
</td></tr>
</td></tr>


Line 23: Line 23:
<tr><th style="border:none;">Returns</th>
<tr><th style="border:none;">Returns</th>
<td style="border:none;">
<td style="border:none;">
{{#if:{{{returns|}}}| {{{returns|}}} | Void }}
{{#if:{{{returns|}}}|{{{returns|}}}|Void }}
</td></tr>
</td></tr>


Line 29: Line 29:
<tr><th style="border:none;">Video Modes</th>
<tr><th style="border:none;">Video Modes</th>
<td style="border:none;">
<td style="border:none;">
{{#if:{{{video modes|}}}| {{{video modes|}}} | All }}
{{#if:{{{video modes|}}}|{{{video modes|}}}|All }}
</td></tr>
</td></tr>


Line 35: Line 35:
<tr><th style="border:none;">Status</th>
<tr><th style="border:none;">Status</th>
<td style="border:none;">
<td style="border:none;">
{{#if:{{{status|}}}| {{{status|}}} | Active }}
{{#if:{{{status|}}}|{{{status|}}}|Active }}
</td></tr>
</td></tr>




</table>
</table>

Revision as of 20:05, 27 February 2009

Prototype

 Undefined!

Description

Undefined!

Parameters

None

Returns

Void

Video Modes

All

Status

Active