Template:Testing/start: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(table class=sortable, other adjustments)
(move documentation to /doc)
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 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}}
{{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"):
----
{{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}}
|}
</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 sortable width=100%"
{|class="wikitable sortable width=100%"
! Revision !! OS Version !!  CPU !! GPU !! Result !! Tester
! Revision !! OS Version !!  CPU !! GPU !! Result !! Tester
|-</includeonly>
|-</includeonly><noinclude>
{{documentation}}
</noinclude>

Revision as of 02:32, 29 May 2011

[create] Template documentation