Template:OutputsTable/doc: Difference between revisions
Jump to navigation
Jump to search
Example:
(Moved doc here.) |
Thunder4ik (talk | contribs) m (clean up, replaced: [[Image: → [[File: (10), {{Documentation subpage → {{Doc/subpage) |
||
Line 1: | Line 1: | ||
{{ | {{Doc/subpage}} | ||
<!-- Please place categories where indicated at the bottom of this page.) --> | <!-- Please place categories where indicated at the bottom of this page.) --> | ||
{{Toc-right}} | {{Toc-right}} | ||
Line 35: | Line 35: | ||
! Name !! | ! Name !! | ||
|- | |- | ||
| Image:Io11.png || [[ | | Image:Io11.png || [[File:Io11.png]] | ||
|- | |- | ||
| Image:Io12.png || [[ | | Image:Io12.png || [[File:Io12.png]] | ||
|- | |- | ||
| Image:Io21.png || [[ | | Image:Io21.png || [[File:Io21.png]] | ||
|- | |- | ||
| Image:Io22.png || [[ | | Image:Io22.png || [[File:Io22.png]] | ||
|} | |} | ||
Line 52: | Line 52: | ||
| <pre style="background:#444; color:#ddd; border-color:#666"> | | <pre style="background:#444; color:#ddd; border-color:#666"> | ||
{| {{OutputsTable|sortable=0}} | {| {{OutputsTable|sortable=0}} | ||
| [[ | | [[File:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | ||
|} | |} | ||
</pre> | </pre> | ||
| | | | ||
{| {{OutputsTable|sortable=0}} | {| {{OutputsTable|sortable=0}} | ||
| [[ | | [[File:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | ||
|} | |} | ||
|- | |- | ||
| <pre style="background:#444; color:#ddd; border-color:#666"> | | <pre style="background:#444; color:#ddd; border-color:#666"> | ||
{| {{OutputsTable}} | {| {{OutputsTable}} | ||
| [[ | | [[File:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | ||
|- | |- | ||
| [[ | | [[File:Io11.png]] || OnCapture || CapZoneBlue2 || Disable || &nbsp; || 0.00 || No | ||
|} | |} | ||
</pre> | </pre> | ||
| | | | ||
{| {{OutputsTable}} | {| {{OutputsTable}} | ||
| [[ | | [[File:Io11.png]] || OnCapture || Math_Blue || Add || 1 || 0.00 || No | ||
|- | |- | ||
| [[ | | [[File:Io11.png]] || OnCapture || CapZoneBlue2 || Disable || || 0.00 || No | ||
|} | |} | ||
|} | |} |
Latest revision as of 02:26, 12 January 2024

This is a documentation subpage for Template:OutputsTable.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
This template is used for creating an entity output table using only basic table syntax.
Usage
Parameters
{{{sortable}}} - Set this to 0 or 1 to get a (non-)sortable table. Default is 1.
Syntax
Add {{OutputsTable}}
inside the basic table tags, {|
and |}
, along with content for the 7 columns inside a row.

| cell 1 || cell 2 || cell 3 || cell 4 || cell 5 || cell 6 || cell 7
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 |}
You can use one of the following IO-images:
Name | |
---|---|
Image:Io11.png | ![]() |
Image:Io12.png | ![]() |
Image:Io21.png | ![]() |
Image:Io22.png | ![]() |
Examples