Template:OutputsTable: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 21: Line 21:
<pre><nowiki>
<pre><nowiki>
{{OutputsTable}}
{{OutputsTable}}
| [[Image:IoImage]] || Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
| [[IoImage]] || Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
|}
|}
</nowiki></pre>
</nowiki></pre>
Line 28: Line 28:
<pre><nowiki>
<pre><nowiki>
{{OutputsTable}}
{{OutputsTable}}
| [[Image:IoImage]] || 1st Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
| [[IoImage]] || 1st Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
|-
|-
| [[Image:IoImage]] || 2nd Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
| [[IoImage]] || 2nd Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
|}
|}
</nowiki></pre>
</nowiki></pre>

Revision as of 15:50, 16 February 2009

  My Output > Target Entity Target Input Parameter Delay Only Once
             


Template documentation

This template is used for creating an entity output table.

Usage

{{OutputsTable}} adds a predefined table with the output layout in the header section. You will have to add the row tag with content for the 7 columns as well as closing syntax manually.

Syntax

For a single output:

{{OutputsTable}}
| [[IoImage]] || Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
|}

For a multiple outputs:

{{OutputsTable}}
| [[IoImage]] || 1st Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
|-
| [[IoImage]] || 2nd Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once
|}

Example

Code:

{{OutputsTable}}
| [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No
|}

Result:

  My Output > Target Entity Target Input Parameter Delay Only Once
Io11.png OnCapture Math_Blue Add 1 0.00 No


Code

{{OutputsTable}}
| [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No
|-
| [[Image:Io11.png]] || OnCapture || CapZoneBlue2 || Disable ||   || 0.00 || No
|}

Result:

  My Output > Target Entity Target Input Parameter Delay Only Once
Io11.png OnCapture Math_Blue Add 1 0.00 No
Io11.png OnCapture CapZoneBlue2 Disable   0.00 No

List of Io Images

Image:Io11.png Io11.png
Image:Io12.png Io12.png
Image:Io21.png Io21.png
Image:Io22.png Io22.png