Template:OutputsTable: Difference between revisions
Jump to navigation
Jump to search
Brandished (talk | contribs) m (hmmm) |
Brandished (talk | contribs) m (revised) |
||
Line 14: | Line 14: | ||
== Usage == | == Usage == | ||
'''<nowiki>{{OutputsTable}}</nowiki>''' adds a predefined table | '''<nowiki>{{OutputsTable}}</nowiki>''' adds a predefined set up for creating an entity output table inside the appropriate syntax. Add it inside the basic table tags, "<nowiki>{|</nowiki>" and "<nowiki>|}</nowiki>", along with content for the 7 columns inside a row. | ||
== Syntax == | == Syntax == | ||
Line 20: | Line 20: | ||
For a single output: | For a single output: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{OutputsTable}} | {| {{OutputsTable}} | ||
| [[IoImage]] || Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once | | [[IoImage]] || Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once | ||
|} | |} | ||
Line 27: | Line 27: | ||
For a multiple outputs: | For a multiple outputs: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{OutputsTable}} | {| {{OutputsTable}} | ||
| [[IoImage]] || 1st Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once | | [[IoImage]] || 1st Output Name || Target Entitiy || Target Input || Parameter || Delay || Only Once | ||
|- | |- | ||
Line 38: | Line 38: | ||
'''Code:''' | '''Code:''' | ||
<pre><nowiki> | <pre><nowiki> | ||
{{OutputsTable}} | {| {{OutputsTable}} | ||
| [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | | [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | ||
|} | |} | ||
Line 53: | Line 53: | ||
'''Code''' | '''Code''' | ||
<pre><nowiki> | <pre><nowiki> | ||
{{OutputsTable}} | {| {{OutputsTable}} | ||
| [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | | [[Image:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | ||
|- | |- |
Revision as of 16:23, 16 February 2009
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
| || || || || || ||
|}