Template:Syntax2: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(it's quite possible that I may have broke the table. I wish there were an active worktable I can use to test templates instead of creating unnecessary updates to the Recent changes page. Test.)
mNo edit summary
Line 1: Line 1:
:{|class=standard-table
:{|class=standard-table
{{#if: {{{syntax|}}} | ! <code>http://developer.valvesoftware.com/w/images/f/fd/Iosyntax.png Syntax</code>
! <code>http://developer.valvesoftware.com/w/images/f/fd/Iosyntax.png Syntax</code>
&#124; <code>{{{1}}}</code>
| <code>{{{syntax|}}}</code>
&#124;- }}
|-
{{#if: {{{input|}}} | ! <code>http://developer.valvesoftware.com/w/images/6/6c/Io14.png &nbsp;Input</code>
! <code>http://developer.valvesoftware.com/w/images/6/6c/Io14.png &nbsp;Input</code>
&#124; {{{2}}}
| {{{input|}}}
&#124;- }}
|-
{{#if: {{{output|}}} | ! <code>http://developer.valvesoftware.com/w/images/2/2e/Io11.png Output</code>
! <code>http://developer.valvesoftware.com/w/images/2/2e/Io11.png Output</code>
&#124;bgcolor="#262626"&#124; {{{3}}} }}
|bgcolor="#262626"| {{{output|}}}
|}
|}
<noinclude>
{{syntax2
|syntax=This is the syntax
|input=This is the input
|output=This is the output
}}
</noinclude>

Revision as of 22:14, 4 November 2011