Template:Syntax2: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (test)
m (possibly the final test)
Line 1: Line 1:
:<table class="standard-table">
:<table class="standard-table">
{{#if: {{{syntax|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/f/fd/Iosyntax.png Syntax</code></th><td><code>syntax</code></td></tr>
{{#if: {{{syntax|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/f/fd/Iosyntax.png Syntax</code></th><td><code>{{{syntax}}}</code></td></tr>
}}
}}
{{#if: {{{input|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/6/6c/Io14.png &nbsp;Input</code></th><td>input</td></tr>
{{#if: {{{input|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/6/6c/Io14.png &nbsp;Input</code></th><td>{{{input}}}</td></tr>
}}
}}
{{#if: {{{output|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/2/2e/Io11.png Output</code></th><td>output</td></tr>
{{#if: {{{output|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/2/2e/Io11.png Output</code></th><td>{{{output}}}</td></tr>
}}
}}
</table>
</table>


<noinclude>
<noinclude>
{{syntax2
{{syntax2|input=test}}
|syntax=This is the syntax
|input=nevermind
|output=This is the output. skipping the input.
}}
</noinclude>
</noinclude>

Revision as of 22:28, 4 November 2011