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))
 
(31 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Sample Outputs Table Reference ==
== List Tests ==


[[image:Ref_output_pic.gif]]
=== Sample List 1 ===
*item1
*item2
*item3


=== Sample List 2 ===
:item1
:item2
:item3


== Sample Outputs Table 1a ==
=== Sample List 3 ===
{|
| item1
|-
| item2
|-
| item3
|}


<table>
=== Sample List 4 ===
item1
item2
item3


<tr>
----
<th>Output Named</th>
Mouse Templates
<th>Target Entity</th>
* <nowiki>{{</nowiki>[[Template:LMB|LMB]]<nowiki>}}</nowiki>
<th>Target Input</th>
* <nowiki>{{</nowiki>[[Template:RMB‎|RMB‎]]<nowiki>}}</nowiki>
<th>Parameter</th>
* <nowiki>{{</nowiki>[[Template:MMB|MMB]]<nowiki>}}</nowiki>
<th>Delay</th>
* <nowiki>{{</nowiki>[[Template:MW|MW]]<nowiki>}}</nowiki>
<th>Only Once</th>
* <nowiki>{{</nowiki>[[Template:MWDN‎|MWDN‎]]<nowiki>}}</nowiki>
</tr>
* <nowiki>{{</nowiki>[[Template:MWUP‎|MWUP‎]]<nowiki>}}</nowiki>
<br>


<tr>
Mouse Images
<td>OnCapture</td>
:{|
<td>Math_Blue</td>
| [[File:Template-LMB.png]] Image:Template-LMB.png
<td>Add</td>
|-
<td>1</td>
| [[File:Template-RMB‎.png]] Image:Template-RMB‎.png
<td>0.00</td>
|-
<td>No</td>
| [[File:Template-MMB.png]] Image:Template-MMB.png
</tr>
|-
 
| [[File:Template-MW.png]] Image:Template-MW.png
<tr>
|-
<td>OnCapture</td>
| [[File:Template-MWDN‎.png]] Image:Template-MWDN‎.png
<td>CapZoneBlue2</td>
|-
<td>Disable</td>
| [[File:Template-MWUP‎.png]] Image:Template-MWUP‎.png
<td> - </td>
|}
<td>0.00</td>
<td>No</td>
</tr>
 
</table>
 
 
== Sample Outputs Table 1b ==
 
<table border="1" cellspacing="1" cellpadding="2">
 
<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>OnCapture</td>
<td>Math_Blue</td>
<td>Add</td>
<td>1</td>
<td>0.00</td>
<td>No</td>
</tr>
 
<tr>
<td>OnCapture</td>
<td>CapZoneBlue2</td>
<td>Disable</td>
<td> - </td>
<td>0.00</td>
<td>No</td>
</tr>
 
</table>
 
 
== Sample Outputs Table 2 ==
 
<table>
 
<tr>
<th>Output Named</th>
<td><tt>OnCapture</tt></td>
<td><tt>OnCapture</tt></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 Link List 1 ==
 
*[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]
*[http://en.wikibooks.org/wiki/C%2B%2B_Programming/TOC1 wikibooks: C++ Programming]
 
 
== Sample Link List 2 ==
 
:[http://www.python.org python.org]
:[http://en.wikibooks.org/wiki/Python wikibooks: Python]
:[http://www.sthurlow.com/python A Beginner's Python Tutorial]
:[http://hetland.org/writing/instant-python.html Instant Python]
:[http://diveintopython.org/toc/index.html Dive Into Python]
:[http://www.poromenos.org/tutorials/python Python in 10 minutes]
:[http://www.swaroopch.com/notes/Python A Byte of Python]

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