Template:Function: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table style="font-size:100%; text-align:left; border:1px solid #aaa; padding:1px; margin-bottom: 0.5em; margin-left: 1em; clear: right; color: black; border-collapse:collapse;background-color: #f9f9f9;" width="98%" cellpadding="1px" border="1">
<table style="font-size:100%; text-align:left; border:1px solid #aaa; padding:1px; margin-top: 0; margin-bottom: 0.5em; margin-left: 1em; clear: right; color: black; border-collapse:collapse;background-color: #f9f9f9;" width="98%" cellpadding="0px" border="1">


<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Prototype</th>
<td style="border:1px solid #aaa;padding-left:5px;">
{{#if:{{{prototype|}}}|<code>{{{prototype|}}}</code>|<span style="color:red;">Undefined!</span> }}
{{#if:{{{deprecated|}}}|<span style="color:red;font-weight:bold">&nbsp;DEPRECATED</span> }}
</td></tr>


{{#if:{{{prototype|}}}|
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Description</th>
<tr><th style="border:none;">Prototype</th><td style="border:none;">{{{prototype|}}}</td><tr>
<td style="border:1px solid #aaa;padding-left:5px;">
}}
{{#if:{{{description|}}}|{{{description|}}}|<span style="color:red;">Undefined!</span> }}
</td></tr>
 
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Parameters</th>
<td style="border:1px solid #aaa;padding-left:5px;">
{{#if:{{{parameters|}}}|{{{parameters|}}}|None }}
</td></tr>


{{#if:{{{description|}}}|
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Returns</th>
<tr><th style="border:none;">Description</th><td style="border:none;">{{{description|}}}</td><tr>
<td style="border:1px solid #aaa;padding-left:5px;">
}}
{{#if:{{{returns|}}}|{{{returns|}}}|Void }}
</td></tr>


{{#if:{{{parameters|}}}|
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Video Modes</th>
<tr><th style="border:none;">Parameters</th><td style="border:none;">{{{parameters|}}}</td><tr>
<td style="border:1px solid #aaa;padding-left:5px;">
}}
{{#if:{{{video modes|}}}|{{{video modes|}}}|N/A }}
</td></tr>


{{#if:{{{returns|}}}|
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Since</th>
<tr><th style="border:none;">Returns</th><td style="border:none;">{{{returns|}}}</td><tr>
<td style="border:1px solid #aaa;padding-left:5px;">
}}
{{#if:{{{since|}}}|{{{since|}}}|V1}}
</td></tr>


{{#if:{{{video modes|}}}|
{{#if:{{{notes|}}}|
<tr><th style="border:none;">Video Modes</th><td style="border:none;">{{{video modes|}}}</td><tr>
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>Notes</th>
<td style="border:1px solid #aaa;padding-left:5px;">
{{{notes|}}}
</td></tr>
}}
}}


{{#if:{{{status|}}}|
{{#if:{{{see also|}}}|
<tr><th style="border:none;">Status</th><td style="border:none;">{{{status|}}}</td><tr>
<tr><th style="border:none;padding-left:5px;padding-right:5px;" nowrap>See Also</th>
<td style="border:1px solid #aaa;padding-left:5px;">
{{{see also|}}}  
</td></tr>
}}
}}


</table>
</table>

Latest revision as of 00:34, 29 August 2011

Prototype

Undefined!

Description

Undefined!

Parameters

None

Returns

Void

Video Modes

N/A

Since

V1