Template:Testing/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This template should be used to display details of testing against a particular game. Use the [[Template:Test Entry]] template to add rows but remember to use the rules listed at that template. You can also use <tt>|type=</tt> to determine the kind of software, such as channel, game, or anything. When <tt>|type=</tt> is specified, template will use the string passed, or when it isn't specified, this template will return the default string ("game"). To add entries you need to use the code below:
This template should be used to display details of testing against a particular game. Use the [[Template:Test Entry]] template to add rows but remember to use the rules listed at that template. You can also use <tt>|type=</tt> to determine the kind of software, such as channel, game, or anything. When <tt>|type=</tt> is specified, template will use the string passed, or when it isn't specified, this template will return the default string ("game"). Please list entries in chronological order; oldest to newest, top to bottom.
 
To add testing details use entries similar to the code below:


<pre>{{Testing|type=template}}
<pre>{{Testing|type=template}}
{{Test Entry|revision=5442|OS=Windows 7 x64|CPU=Intel Core 2 Duo E7300 @ 2.6 GHz|GPU=nVidia GTX 275|result=Intro slow, but in game full speed.|tester=Link to user page}}</pre>
{{Test Entry|revision=5442|OS=Windows 7 x64|CPU=Intel Core 2 Duo E7300 @ 2.6 GHz|GPU=nVidia GTX 275|result=Intro slow, but in game full speed.|tester=Link to user page}}</pre>
The sample entry above will show on the game page like this (in this example <tt>|type=</tt> was set as "template"):
The sample entry above will show on the game page like this (in this example <tt>|type=</tt> was set as "template"):
 
----
{{Testing|type=template}}
{{Testing|type=template}}
{{Test Entry|revision=5442|OS=Windows 7 (x64)|CPU=Intel Core 2 Duo E7300 @ 2.6 GHz|GPU=nVidia GTX 275|result=Intro slow, but in game full speed.|tester=Link to user page}}
{{Test Entry|revision=5442|OS=Windows 7 (x64)|CPU=Intel Core 2 Duo E7300 @ 2.6 GHz|GPU=nVidia GTX 275|result=Intro slow, but in game full speed.|tester=Link to user page}}
|}
|}
Please list entries in chronological order; oldest to newest, top to bottom.

Revision as of 13:57, 29 May 2011

This template should be used to display details of testing against a particular game. Use the Template:Test Entry template to add rows but remember to use the rules listed at that template. You can also use |type= to determine the kind of software, such as channel, game, or anything. When |type= is specified, template will use the string passed, or when it isn't specified, this template will return the default string ("game"). Please list entries in chronological order; oldest to newest, top to bottom.

To add testing details use entries similar to the code below:

{{Testing|type=template}}
{{Test Entry|revision=5442|OS=Windows 7 x64|CPU=Intel Core 2 Duo E7300 @ 2.6 GHz|GPU=nVidia GTX 275|result=Intro slow, but in game full speed.|tester=Link to user page}}

The sample entry above will show on the game page like this (in this example |type= was set as "template"):


Template:Test Entry |}