User:Brandished/List Test: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(trimmed out and linked to seperated info)
Line 1: Line 1:
== Table Layout Tests ==
=== Sample Outputs Table Reference ===
[[image:Ref_output_pic.gif]]
=== Sample Outputs Table 1a ===
HTML:
<table>
<tr>
<th></th>
<th>My Output Named</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:
{| cellpadding="2" cellspacing="1"
|-
!
! My Output Named
! Target Entity
! Target Input
! Parameter
! Delay
! Only Once
|-
| [[Image:Io11.png]]
| OnCapture
| Math_Blue
| Add
| 1
| 0.00
| No
|-
| [[Image:Io11.png]]
| OnCapture
| CapZoneBlue2
| Disable
|  -
| 0.00
| No
|}
=== Sample Outputs Table 1b ===
HTML:
<table border="1" cellspacing="1" cellpadding="2">
<tr>
<th></th>
<th>My Output Named</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"
|-
!
! My Output Named
! Target Entity
! Target Input
! Parameter
! Delay
! Only Once
|-
| [[Image:Io11.png]]
| OnCapture
| Math_Blue
| Add
| 1
| 0.00
| No
|-
| [[Image:Io11.png]]
| OnCapture
| CapZoneBlue2
| Disable
|  -
| 0.00
| No
|}
{| border=1 cellpadding="2" cellspacing="1"
|-
| 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>
<tr>
<th>My Output Named</th>
<td>OnCapture</td>
<td>OnCapture</td>
</tr>
<tr>
<th>Target Entity</th>
<td>Math_Blue</td>
<td>CapZoneBlue2</td>
</tr>
<tr>
<th>Target Input</th>
<td>Add</td>
<td>Disable</td>
</tr>
<tr>
<th>Parameter</th>
<td>1</td>
<td> - </td>
</tr>
<tr>
<th>Delay</th>
<td>0.00</td>
<td>0.00</td>
</tr>
<tr>
<th>Only Once</th>
<td>No</td>
<td>No</td>
</tr>
</table>
=== Sample Outputs Table 2b ===
<table border="1" cellpadding="3">
<tr>
<th>My Output Named</th>
<td>OnCapture</td>
<td>OnCapture</td>
</tr>
<tr>
<th>Target Entity</th>
<td>Math_Blue</td>
<td>CapZoneBlue2</td>
</tr>
<tr>
<th>Target Input</th>
<td>Add</td>
<td>Disable</td>
</tr>
<tr>
<th>Parameter</th>
<td>1</td>
<td> - </td>
</tr>
<tr>
<th>Delay</th>
<td>0.00</td>
<td>0.00</td>
</tr>
<tr>
<th>Only Once</th>
<td>No</td>
<td>No</td>
</tr>
</table>
== List Tests ==
== List Tests ==


Line 246: Line 5:
*item2
*item2
*item3
*item3
*item4


=== Sample List 2 ===
=== Sample List 2 ===
Line 253: Line 10:
:item2
:item2
:item3
:item3
:item4


=== Sample List 3 ===
=== Sample List 3 ===
Line 263: Line 18:
|-
|-
| item3
| item3
|-
| item4
|}
|}


Line 271: Line 24:
*[[:User:Brandished/Sandbox/Level Design Video Tutorials|Source Level Design - Video Tutorials]]
*[[:User:Brandished/Sandbox/Level Design Video Tutorials|Source Level Design - Video Tutorials]]
*[[:User:Brandished/Sandbox/Cap Point Layout|TF2: Setting the Cap Point Layout]]
*[[:User:Brandished/Sandbox/Cap Point Layout|TF2: Setting the Cap Point Layout]]
*[[:User:Brandished/Sandbox/Image format battle|Battle of the image formats]]
*[[:User:Brandished/Sandbox/Tables|Table Experiments]]

Revision as of 22:34, 9 October 2008

List Tests

Sample List 1

  • item1
  • item2
  • item3

Sample List 2

item1
item2
item3

Sample List 3

item1
item2
item3


Articles ideas / Works in progress