Template:OutputsTable: Difference between revisions
Jump to navigation
Jump to search
Brandished (talk | contribs) (New page: <noinclude> == Template documentation == This template is used for creating an entity output table. == Usage == '''<nowiki>{{OutputsTable}}</nowiki>''' adds a predefined table with the o...) |
Brandished (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | {| border=1 cellpadding="2" cellspacing="1" | ||
|- align=left style="background:#DCDCDC; color:black" | |||
! !! My Output > !! Target Entity !! Target Input !! Parameter !! Delay !! Only Once | |||
|- align=left<noinclude> | |||
| || || || || || || | |||
|} | |||
<br> | |||
== Template documentation == | == Template documentation == | ||
Line 75: | Line 81: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 15:25, 15 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 individual row contents and closing syntax manually.
Syntax
For a single output:
{{OutputsTable}} | [[Image:IoImage]] || Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once |}
For a multiple outputs:
{{OutputsTable}} | [[Image: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 |}
Example
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
List of Io Images
Image:Io11.png | ![]() |
Image:Io12.png | ![]() |
Image:Io21.png | ![]() |
Image:Io22.png | ![]() |