Template:Testing/start: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
(table class=sortable, other adjustments)
Line 1: Line 1:
<noinclude>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 [[Template:Test_Entry|available here]]. 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:
<noinclude>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:


<pre>{{Testing|type=template}}
<pre>{{Testing|type=template}}
Line 11: Line 11:
</noinclude>
</noinclude>
<includeonly>This {{#if:{{{type|}}}|{{{type|}}}|game}} has been tested on the environments listed below:
<includeonly>This {{#if:{{{type|}}}|{{{type|}}}|game}} has been tested on the environments listed below:
{|class="wikitable width=100%"
{|class="wikitable sortable width=100%"
! Revision !! OS Version !!  CPU !! GPU !! Result !! Tester
! Revision !! OS Version !!  CPU !! GPU !! Result !! Tester
|-</includeonly>
|-</includeonly>

Revision as of 02:29, 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"). To add entries you need to use 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 |}