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))
 
(11 intermediate revisions by one other user not shown)
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 ==


=== Sample List 1 ===
=== Sample List 1 ===
 
*item1
*[http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Bruce Eckel's Thinking in C++ 2nd Edition]
*item2
*[http://www.cpp4u.com C++ for you]
*item3
*[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]
*[http://cprog.tomsweb.net/ An introduction to C, by Tom Torfs]
 


=== Sample List 2 ===
=== Sample List 2 ===
 
:item1
:[http://www.python.org python.org]
:item2
:[http://en.wikibooks.org/wiki/Python wikibooks: Python]
:item3
:[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 List 3 ===
=== Sample List 3 ===
{|  
{|  
| [[Help:Contents]]
| item1
|-
|-
| [[Help:Editing]]
| item2
|-
| [http://meta.wikimedia.org/wiki/Main_Page wikimedia.org]
|-
|-
| [http://writingwiki.org/default.aspx/WritingWiki/Wiki%20Tutorials.html Wiki Tutorials]
| 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
:{|
| [[File:Template-LMB.png]] Image:Template-LMB.png
|-
|-
| [http://www.wikieducator.org/Wikieducator_tutorial Wikieducator tutorial]
| [[File:Template-RMB‎.png]] Image:Template-RMB‎.png
|-
|-
| [http://www.wikia.com/wiki/Help:Tutorial Wikia: Help Tutorial]
| [[File:Template-MMB.png]] Image:Template-MMB.png
|-
|-
| [http://www.siteground.com/tutorials/mediawiki MediaWiki Tutorial]
| [[File:Template-MW.png]] Image:Template-MW.png
|-
|-
| [http://www.mediawiki.org/wiki/Manual:Wiki_on_a_stick Manual: Wiki on a (USB) stick]
| [[File:Template-MWDN‎.png]] Image:Template-MWDN‎.png
|-
|-
| [http://lifehacker.com/354005/run-your-personal-wikipedia-from-a-usb-stick Run Your Personal Wikipedia from a USB Stick]
| [[File:Template-MWUP‎.png]] Image:Template-MWUP‎.png
|-
| [http://lifehacker.com/software/wikipedia/geek-to-live--set-up-your-personal-wikipedia-163707.php Geek to Live: Set up your personal Wikipedia]
|}
|}
== Articles ideas / Works in progress ==
=== Source Level Design - Video Tutorials ===
<!-- layout needs reworking... -->
==== RenStrike ====
: '''USTREAM'''
::* [http://www.ustream.tv/recorded/368671 Ren TV - 4.23.2008]
::* [http://www.ustream.tv/recorded/370633 Ren TV - 4.24.2008]
::* [http://www.ustream.tv/recorded/375268 Ren TV - 4.26.2008]
: '''vimeo'''
::* [http://www.vimeo.com/648712 HL2 HD Tutorial - Beginner Tutorial 1]
::* [http://www.vimeo.com/752415 HL2 HD Tutorial - Beginner Tutorial 2]
::* [http://www.vimeo.com/752432 HL2 HD Tutorial - Beginner Tutorial 3]
::* [http://www.vimeo.com/753735 HL2 HD Tutorial - Beginner Tutorial 4]
==== Big Lou ====
: '''YouTube'''
:* [http://uk.youtube.com/watch?v=tMFie2D4yO0 Hammer Interface and Tools - Part 1]
:* [http://uk.youtube.com/watch?v=ERg8ljweh5g Hammer Interface and Tools - Part 2]
==== Vaatrad ====
: '''YouTube'''
:: [http://www.youtube.com/watch?v=5W0sWjQ5XaA Source Mapping Tutorial 1 - Your First Map]
:: [http://www.youtube.com/watch?v=8X8oAwFZM74 Source Mapping Tutorial 2 - A Few Tips]
:: [http://www.youtube.com/watch?v=HX8TfdxLuhc Source Mapping Tutorial 3 - Basic Sky]
:: [http://www.youtube.com/watch?v=WOQZfrvtG1M Source Mapping Tutorial 4 - Objectives and Tips on Spawns]
:: [http://www.youtube.com/watch?v=6bE0LN58rlg Source Mapping Tutorial 5 - Brushes]
:: [http://www.youtube.com/watch?v=l_wg1hF6vWc Source Mapping Tutorial 6 - Textures and Decals]
:: [http://www.youtube.com/watch?v=d2waucyf3Xc Source Mapping Tutorial 7 - Stairs and Ladders]
:: [http://www.youtube.com/watch?v=VOXoaLsqudI Source Mapping Tutorial 8 - GUNS!]
:: [http://www.youtube.com/watch?v=8NZEA0lt22w Source Mapping Tutorial 9 - Water, Glass and Teleporters]
:: [http://www.youtube.com/watch?v=l84igiWogJ4 Source Mapping Tutorial 10 - Doors]
:: [http://www.youtube.com/watch?v=JGbYPUNWBEo Source Mapping Tutorial 11 - Props]
==== Brandished ====
:'''Flash/HTML'''
: [http://forums.tf2maps.net/showthread.php?t=2048 Making a 5 Control Point Map]
==== Interlopers.net ====
: '''AVI (XVID)'''
:: [http://www.interlopers.net/tutorials/video Video Tutorials]
----
=== Setting the Cap Point Layout ===
This is mostly true for the cap layout section in the [[team_control_point_master]] entity.
If these were the index settings for the [[team_control_point]] entities in your map:
  0 = Red's Final Control Point
  1 = Neutral Center Control Point
  2 = Blue's Final Control Point
typing:
  <0 1 2>
for the cap layout would give you this in game:
:[[image:Cp_guide_01.jpg]]
and typing:
  <0 2,1>
for the cap layout would give you this in game:
:[[image:Cp_guide_02.jpg]]
But if this is what you wanted:
:[[image:Cp_guide_03.jpg]]
You would have to type
  < 1,0  2>
for the cap layout. Thats:
:[[image:Cp_guide_04.gif]]
<!--
== 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