Template:Syntax2: Difference between revisions
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 Input</code></th><td>input</td></tr> | {{#if: {{{input|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/6/6c/Io14.png 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}} | ||
|input= | |||
}} | |||
</noinclude> | </noinclude> |