Template:Syntax2: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(change to wikicode; change html table tags to wiki-table tags; line spacing)
Line 1: Line 1:
:<table class="standard-table">
{{#if: {{{syn|}}}{{{in|}}}{{{out|}}} | {{{!}} class="standard-table"
{{#if: {{{syn|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/f/fd/Iosyntax.png Syntax</code></th><td><code>{{{syn}}}</code></td></tr>
{{#if: {{{syn|}}} | <i style="display:none; speak:none;">&nbsp;</i>
{{!}}-
! <code>[[File:Iosyntax.png]] Syntax</code>
{{!}} <code>{{{syn}}}</code>
}}<!--
 
-->{{#if: {{{in|}}} | <i style="display:none; speak:none;">&nbsp;</i>
{{!}}-
! <code>[[File:Io14.png]] &nbsp;Input</code>
{{!}} <code>{{{in}}}</code>
}}<!--
 
-->{{#if: {{{out|}}} | <i style="display:none; speak:none;">&nbsp;</i>
{{!}}-
! <code>[[File:Io11.png]] Output</code>
{{!}} <span bgcolor="#262626">{{{out}}}</span>
}}
}}
{{#if: {{{in|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/6/6c/Io14.png &nbsp;Input</code></th><td>{{{in}}}</td></tr>
{{!}}}
}}
}}<noinclude>
{{#if: {{{out|}}} | <tr><th><code>http://developer.valvesoftware.com/w/images/2/2e/Io11.png Output</code></th><td bgcolor="#262626">{{{out}}}</td></tr>
}}
:</table>
<noinclude>
== Usage ==
== Usage ==
<code><nowiki>{{syntax2|syn=syntax|in=input|out=output}}</nowiki></code>
<code><nowiki>{{syntax2|syn=syntax|in=input|out=output}}</nowiki></code>
</noinclude>
</noinclude>

Revision as of 12:17, 5 November 2011

Usage

{{syntax2|syn=syntax|in=input|out=output}}