User:Brandished/List Test: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎Sample List 4: Unicodifying, replaced: [[Image: → [[File: (6))
 
(34 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[image:Ref_output_pic.gif]]
== List Tests ==


=== Sample List 1 ===
*item1
*item2
*item3


----
=== Sample List 2 ===
 
:item1
 
:item2
<table>
:item3
 
<tr>
<th>Output Named</th>
<th>Target Entity</th>
<th>Target Input</th>
<th>Parameter</th>
<th>Delay</th>
<th>Only Once</th>
</tr>
 
<tr>
<td><tt>OnCapture</tt></td>
<td>Math_Blue</td>
<td>Add</td>
<td>1</td>
<td>0.00</td>
<td>No</td>
</tr>
 
<tr>
<td><tt>OnCapture</tt></td>
<td>CapZoneBlue2</td>
<td>Disable</td>
<td> - </td>
<td>0.00</td>
<td>No</td>
</tr>


</table>
=== Sample List 3 ===
{|
| item1
|-
| item2
|-
| item3
|}


=== Sample List 4 ===
item1
item2
item3


----
----
Mouse Templates
* <nowiki>{{</nowiki>[[Template:LMB|LMB]]<nowiki>}}</nowiki>
* <nowiki>{{</nowiki>[[Template:RMB‎|RMB‎]]<nowiki>}}</nowiki>
* <nowiki>{{</nowiki>[[Template:MMB|MMB]]<nowiki>}}</nowiki>
* <nowiki>{{</nowiki>[[Template:MW|MW]]<nowiki>}}</nowiki>
* <nowiki>{{</nowiki>[[Template:MWDN‎|MWDN‎]]<nowiki>}}</nowiki>
* <nowiki>{{</nowiki>[[Template:MWUP‎|MWUP‎]]<nowiki>}}</nowiki>
<br>


 
Mouse Images
<table>
:{|
 
| [[File:Template-LMB.png]] Image:Template-LMB.png
<tr>
|-
<th>Output Named</th>
| [[File:Template-RMB‎.png]] Image:Template-RMB‎.png
<td><tt>OnCapture</tt></td>
|-
<td><tt>OnCapture</tt></td>
| [[File:Template-MMB.png]] Image:Template-MMB.png
</tr>
|-
 
| [[File:Template-MW.png]] Image:Template-MW.png
<tr>
|-
<th>Target Entity</th>
| [[File:Template-MWDN‎.png]] Image:Template-MWDN‎.png
<td>Math_Blue</td>
|-
<td>CapZoneBlue2</td>
| [[File:Template-MWUP‎.png]] Image:Template-MWUP‎.png
</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>
 
 
----
 
 
* [http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Bruce Eckel's Thinking in C++ 2nd Edition]
* [http://www.cpp4u.com C++ for you]
* [http://www.programmersheaven.com Programmer's Heaven]
* [http://www.codersource.net/codersource_cppprogramming.html CoderSource.net: C++ Programming Tutorials]
* [http://www.codeproject.com The Code Project]
* [http://msdn.microsoft.com/en-us/library/zdbe067e(VS.80).aspx MSDN: Getting Started with Visual C++]
* [http://www.learncpp.com LearnCpp.com]
* [http://xoax.net/comp/cpp/index.php Xoax.net C++ Video Tutorials]
* [http://www.learn-programming.za.net/programming_cpp_learn01.html Learn C++ Programming]
* [http://www.cprogramming.com Cprogramming.com]
* [http://www.cplusplus.com cplusplus.com]

Latest revision as of 02:38, 7 January 2024

List Tests

Sample List 1

  • item1
  • item2
  • item3

Sample List 2

item1
item2
item3

Sample List 3

item1
item2
item3

Sample List 4

item1
item2
item3

Mouse Templates


Mouse Images

Template-LMB.png Image:Template-LMB.png
Template-RMB.png Image:Template-RMB‎.png
Template-MMB.png Image:Template-MMB.png
Template-MW.png Image:Template-MW.png
Template-MWDN.png Image:Template-MWDN‎.png
Template-MWUP.png Image:Template-MWUP‎.png