Template:Function: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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: 5px; margin-bottom: 0.5em; margin-left: 1em; clear: right; color: black; border-collapse:collapse;background-color: #f9f9f9;" width="98%" cellpadding="1px" border="1">
 
 
{{#if:{{{prototype|}}}|
{{#if:{{{prototype|}}}|
<tr><th style="border:none;">Prototype</th><td style="border:none;">{{{prototype|}}}</td><tr>
<tr><th style="border:none;">Prototype</th><td style="border:none;">{{{prototype|}}}</td><tr>
}}
}}
{{#if:{{{description|}}}|
{{#if:{{{description|}}}|
<tr><th style="border:none;">Description</th><td style="border:none;">{{{description|}}}</td><tr>
<tr><th style="border:none;">Description</th><td style="border:none;">{{{description|}}}</td><tr>
}}
}}
{{#if:{{{parameters|}}}|
{{#if:{{{parameters|}}}|
<tr><th style="border:none;">Parameters</th><td style="border:none;">{{{parameters|}}}</td><tr>
<tr><th style="border:none;">Parameters</th><td style="border:none;">{{{parameters|}}}</td><tr>
}}
}}
{{#if:{{{returns|}}}|
{{#if:{{{returns|}}}|
<tr><th style="border:none;">Returns</th><td style="border:none;">{{{returns|}}}</td><tr>
<tr><th style="border:none;">Returns</th><td style="border:none;">{{{returns|}}}</td><tr>
}}
}}
{{#if:{{{video modes|}}}|
{{#if:{{{video modes|}}}|
<tr><th style="border:none;">Video Modes</th><td style="border:none;">{{{video modes|}}}</td><tr>
<tr><th style="border:none;">Video Modes</th><td style="border:none;">{{{video modes|}}}</td><tr>
}}
}}
{{#if:{{{status|}}}|
{{#if:{{{status|}}}|
<tr><th style="border:none;">Status</th><td style="border:none;">{{{status|}}}</td><tr>
<tr><th style="border:none;">Status</th><td style="border:none;">{{{status|}}}</td><tr>
}}
}}
</table>
</table>

Revision as of 19:41, 27 February 2009