Difference between revisions of "Template:Function"

38 bytes added ,  23:09, 29 July 2009
fixed formatting, can anyone add a CategoryList tag? couldn't get it to work
imported>Omzy
(Beefed up the given example to make use of more optional parameters. The original example was confusing when compared to the sandbox example and didn't provide a full 'copy and paste'-able template.)
imported>Omzy
(fixed formatting, can anyone add a CategoryList tag? couldn't get it to work)
Line 26: Line 26:


<pre>{{Function
<pre>{{Function
|CSWikiPage = Test
|origin = GECK1
|summary = Used to test actor and activator references to assure that they are testable.
  |name = Test
  |name = Test
|origin = GECK1
|CSWikiPage = Test
  |alias = tst
  |alias = tst
|returnVal = 0, 1
  |returnType = void
  |returnType = void
  |referenceType = [Actor, Activator]
  |referenceType = [Actor, Activator]
Line 43: Line 46:
   |Optional = y
   |Optional = y
   }}
   }}
|summary = Used to test actor and activator references to assure that they are testable.
  |example = Player.Test 3
  |example = Player.Test 3
  ShackDoor.Test 1 Molerat01  
  ShackDoor.Test 1 Molerat01
}}</pre>
}}</pre>


Line 51: Line 53:


{{Function
{{Function
|CSWikiPage = Test
|origin = GECK1
|summary = Used to test actor and activator references to assure that they are testable.
  |name = Test
  |name = Test
|origin = GECK1
|CSWikiPage = Test
  |alias = tst
  |alias = tst
|returnVal = 0, 1
  |returnType = void
  |returnType = void
  |referenceType = [Actor, Activator]
  |referenceType = [Actor, Activator]
Line 68: Line 73:
   |Optional = y
   |Optional = y
   }}
   }}
|summary = Used to test actor and activator references to assure that they are testable.
  |example = Player.Test 3
  |example = Player.Test 3
  ShackDoor.Test 1 Molerat01  
  ShackDoor.Test 1 Molerat01
}}
}}


Anonymous user