User:Brandished/Tables: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(moved tables to own page)
 
(added other reference pics)
Line 1: Line 1:
== Table Layout Tests ==
== Class Info Tab Table Layout Test ==


=== Sample Outputs Table Reference ===
=== Reference Image ===
 
[[image:Ref_classinfo_pic.gif]]


[[image:Ref_output_pic.gif]]


== Output Tab Table Layout Test ==


=== Sample Outputs Table 1a ===
=== Reference Image ===
 
[[image:Ref_output_pic.gif]]


HTML:
<table>


<tr>
{| border=1 cellpadding="2" cellspacing="1"
<th></th>
|-
<th>My Output ></th>
| Image:Io11.png || [[Image:Io11.png]]
<th>Target Entity</th>
|-
<th>Target Input</th>
| Image:Io12.png || [[Image:Io12.png]]
<th>Parameter</th>
|-
<th>Delay</th>
| Image:Io21.png || [[Image:Io21.png]]
<th>Only Once</th>
|-
</tr>
| Image:Io22.png || [[Image:Io22.png]]
|}


<tr>
<td>[[Image:Io11.png]]</td>
<td>OnCapture</td>
<td>Math_Blue</td>
<td>Add</td>
<td>1</td>
<td>0.00</td>
<td>No</td>
</tr>


<tr>
=== Sample Outputs Table 1 ===
<td>[[Image:Io11.png]]</td>
<td>OnCapture</td>
<td>CapZoneBlue2</td>
<td>Disable</td>
<td> - </td>
<td>0.00</td>
<td>No</td>
</tr>


</table>
Without border:


WiKi:
{| cellpadding="2" cellspacing="1"
{| cellpadding="2" cellspacing="1"
|-
|-
Line 72: Line 57:




=== Sample Outputs Table 1b ===
With border:
 
HTML:
 
<table border="1" cellspacing="1" cellpadding="2">
 
<tr>
<th></th>
<th>My Output ></th>
<th>Target Entity</th>
<th>Target Input</th>
<th>Parameter</th>
<th>Delay</th>
<th>Only Once</th>
</tr>
 
<tr>
<td>[[Image:Io11.png]]</td>
<td>OnCapture</td>
<td>Math_Blue</td>
<td>Add</td>
<td>1</td>
<td>0.00</td>
<td>No</td>
</tr>
 
<tr>
<td>[[Image:Io11.png]]</td>
<td>OnCapture</td>
<td>CapZoneBlue2</td>
<td>Disable</td>
<td> - </td>
<td>0.00</td>
<td>No</td>
</tr>
 
</table>
 
 
WiKi:


{| border=1 cellpadding="2" cellspacing="1"
{| border=1 cellpadding="2" cellspacing="1"
Line 141: Line 87:




=== Sample Outputs Table 2 ===


{| border=1 cellpadding="2" cellspacing="1"
Without border:
|-
| Image:Io11.png || [[Image:Io11.png]]
|-
| Image:Io12.png || [[Image:Io12.png]]
|-
| Image:Io21.png || [[Image:Io21.png]]
|-
| Image:Io22.png || [[Image:Io22.png]]
|}
 
 
=== Sample Outputs Table 2a ===


<table>
<table>
Line 197: Line 132:




=== Sample Outputs Table 2b ===
With border:


<table border="1" cellpadding="3">
<table border="1" cellpadding="3">
Line 238: Line 173:


</table>
</table>
== Flags Tab Table Layout Test ==
=== Reference Image ===
[[image:Ref_flags_pic.gif]]

Revision as of 22:17, 9 October 2008

Class Info Tab Table Layout Test

Reference Image

Ref classinfo pic.gif


Output Tab Table Layout Test

Reference Image

Ref output pic.gif


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


Sample Outputs Table 1

Without border:

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


With border:

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


Sample Outputs Table 2

Without border:

My output named OnCapture OnCapture
Target entities named Math_Blue CapZoneBlue2
Via this input Add Disable
With a parameter override of 1 -
After a delay in seconds of 0.00 0.00
Fire once only No No


With border:

My output named OnCapture OnCapture
Target entities named Math_Blue CapZoneBlue2
Via this input Add Disable
With a parameter override of 1 -
After a delay in seconds of 0.00 0.00
Fire once only No No


Flags Tab Table Layout Test

Reference Image

Ref flags pic.gif