Template:OutputsTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (fixed spelling of "entity" in some spots) |
||
Line 15: | Line 15: | ||
<pre><nowiki> | <pre><nowiki> | ||
{| {{OutputsTable}} | {| {{OutputsTable}} | ||
| [[IoImage]] || Output Name || Target | | [[IoImage]] || Output Name || Target Entity || Target Input || Parameter || Delay || Only Once | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
Line 22: | Line 22: | ||
<pre><nowiki> | <pre><nowiki> | ||
{| {{OutputsTable}} | {| {{OutputsTable}} | ||
| [[IoImage]] || 1st Output Name || Target | | [[IoImage]] || 1st Output Name || Target Entity || Target Input || Parameter || Delay || Only Once | ||
|- | |- | ||
| [[IoImage]] || 2nd Output Name || Target | | [[IoImage]] || 2nd Output Name || Target Entity || Target Input || Parameter || Delay || Only Once | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> |
Revision as of 05:17, 27 June 2018
This template is used for creating an entity output table using only basic table syntax.
Usage
Add {{OutputsTable}} inside the basic table tags, "{|" and "|}", along with content for the 7 columns inside a row.
- eg: | cell 1 || cell 2 || cell 3 || cell 4 || cell 5 || cell 6 || cell 7
Syntax
For a single output:
{| {{OutputsTable}} | [[IoImage]] || Output Name || Target Entity || Target Input || Parameter || Delay || Only Once |}
For a multiple outputs:
{| {{OutputsTable}} | [[IoImage]] || 1st Output Name || Target Entity || Target Input || Parameter || Delay || Only Once |- | [[IoImage]] || 2nd Output Name || Target Entity || Target Input || Parameter || Delay || Only Once |}
Examples
Code:
{| {{OutputsTable}} | [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No |}
Result:
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 OnCapture Math_Blue Add 1 0.00 No OnCapture CapZoneBlue2 Disable 0.00 No
Images used
Image:Io11.png | ![]() |
Image:Io12.png | ![]() |
Image:Io21.png | ![]() |
Image:Io22.png | ![]() |