User:Brandished/List Test: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Sample List 4: Unicodifying, replaced: [[Image: → [[File: (6))
 
(27 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 ===
 
{|
<table>
| item1
 
<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 1b ==
<!--
note to self:
border keeps the words from running together making things less confusing
need to update the other tables with the proper WiKi formatting and border=1
-->
 
 
HTML:
 
<table border="1" cellspacing="1" cellpadding="2">
 
<tr>
<th></th>
<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>[[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"
|-
|-
!
| item2
! Output Named
! Target Entity
! Target Input
! Parameter
! Delay
! Only Once
|-
|-
| [[Image:Io11.png]]
| item3
| 1
| 2
| 3
| 4
| 5
| 6
|}
|}


=== 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
{| border=1 cellpadding="2" cellspacing="1"
:{|
| [[File:Template-LMB.png]] Image:Template-LMB.png
|-
|-
| Image:Io11.png || [[Image:Io11.png]]
| [[File:Template-RMB‎.png]] Image:Template-RMB‎.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>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>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 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]
 
 
== Sample Link List 3 ==
 
{|
| [[Help:Contents]]
|-
| [http://meta.wikimedia.org/wiki/Main_Page wikimedia.org]
|-
|-
| [http://writingwiki.org/default.aspx/WritingWiki/Wiki%20Tutorials.html Wiki Tutorials]
| [[File:Template-MMB.png]] Image:Template-MMB.png
|-
|-
| [http://www.wikieducator.org/Wikieducator_tutorial Wikieducator tutorial]
| [[File:Template-MW.png]] Image:Template-MW.png
|-
|-
| [http://www.wikia.com/wiki/Help:Tutorial Wikia: Help Tutorial]
| [[File:Template-MWDN‎.png]] Image:Template-MWDN‎.png
|-
|-
| [http://www.siteground.com/tutorials/mediawiki MediaWiki Tutorial]
| [[File:Template-MWUP‎.png]] Image:Template-MWUP‎.png
|}
|}
<!--
== Hidden Link List ==
[http://developer.valvesoftware.com/w/index.php?title=Special:Imagelist&sort=byname&limit=5000&wpIlMatch= all images on vdc]
[http://developer.valvesoftware.com/wiki/Special:Newimages vdc image gallery]
[http://developer.valvesoftware.com/wiki/Image:ValveLogo.gif valve staff user pages]
-->

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