Template:Testing/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
Line 21: Line 21:
<pre>{{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}</pre>
<pre>{{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}</pre>
*In <var>|revision=</var> you must specify only the revision number, since it's parsed by [[Template:Revision]] (The same rules of [[Template:Revision]] apply here, and special handling is included for "2.0" and "3.0" releases).
*In <var>|revision=</var> you must specify only the revision number, since it's parsed by [[Template:Revision]] (The same rules of [[Template:Revision]] apply here, and special handling is included for "2.0" and "3.0" releases).
*In <tvar>|OS=</var> you must specify only basic info, like OS Brand + Version + Processor architecture (For example, Windows 7 x86 or Mac OSX 10.7 x64 or Ubuntu 10 x86_64, etc).  
*In <tvar>|OS=</var> you must specify only basic info, like OS Brand (or Linux Distro) + Version (For example, Windows 7 or Mac OS X 10.7, Ubuntu 10, etc).  
*In <var>|CPU=</var> only basic information is required, like CPU Brand + Series + Model + @ + Frequency in GHz (For example, Intel Core 2 Duo E4500 @ 2.2GHz).
*In <var>|CPU=</var> only basic information is required, like CPU Brand + Series + Model + @ + Frequency in GHz (For example, Intel Core 2 Duo E4500 @ 2.2GHz).
*Only basic info is required on <var>|GPU=</var> too, like GPU Brand + Series + Model (For example, AMD Radeon HD 6450, ATI Radeon HD 5670, NVIDIA GeForce 9800 GTX, or Intel GMA 945G).
*Only basic info is required on <var>|GPU=</var> too, like GPU Brand + Series + Model (For example, AMD Radeon HD 6450, ATI Radeon HD 5670, NVIDIA GeForce 9800 GTX, or Intel GMA 945G).

Revision as of 22:13, 16 November 2015

This three-part testing template should be used to display details of testing against a particular game. Use the {{testing/start}} template to add rows but remember to use the rules listed in the "parameters" section below. Please list entries in chronological order; oldest to newest, top to bottom.

Usage

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

{{testing/start|type=XXX}}
{{testing/entry|revision=3.5-123|OS=Windows 7 x64|CPU=Intel Core 2 Duo E7300 @ 2.6GHz|GPU=NVIDIA GeForce GTX 275|result=Intro slow, but in game full speed.|tester=Tester name}}
{{testing/end}}

This title has been tested on the environments listed below:

Test Entries
Revision OS CPU GPU Result Tester
3.5-123 Windows 7 x64 Intel Core 2 Duo E7300 @ 2.6GHz NVIDIA GeForce GTX 275 Intro slow, but in game full speed. Tester name

Parameters

Start

  • |type= is optional, and can be used to specify the type 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").

Entry

{{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}
  • In |revision= you must specify only the revision number, since it's parsed by Template:Revision (The same rules of Template:Revision apply here, and special handling is included for "2.0" and "3.0" releases).
  • In <tvar>|OS= you must specify only basic info, like OS Brand (or Linux Distro) + Version (For example, Windows 7 or Mac OS X 10.7, Ubuntu 10, etc).
  • In |CPU= only basic information is required, like CPU Brand + Series + Model + @ + Frequency in GHz (For example, Intel Core 2 Duo E4500 @ 2.2GHz).
  • Only basic info is required on |GPU= too, like GPU Brand + Series + Model (For example, AMD Radeon HD 6450, ATI Radeon HD 5670, NVIDIA GeForce 9800 GTX, or Intel GMA 945G).
  • In |results=. write only the essential! (For example, "Playable 40-60 FPS, intro slow" or "Slow: 25-35 FPS in game due slow CPU (or GPU)". Please doesn't include Dolphin configuration, since we assume that test environment is set as recommended settings described on game page or in the Performance Guide).
  • |tester= tester ID (i.e. one's name or alias), will link to a user page if one exists.

End

No parameters available.