Template:TestingEntry: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 11: Line 11:
|{{#if:{{{Tester|}}}|{{#ifexist:User:{{{Tester|}}}|[[User:{{{Tester|}}}|{{{Tester|}}}]]|[[Special:Contributions/{{{Tester|}}}|{{{Tester|}}}]]}}|[[Category:Games with unfinished test entries]]}}
|{{#if:{{{Tester|}}}|{{#ifexist:User:{{{Tester|}}}|[[User:{{{Tester|}}}|{{{Tester|}}}]]|[[Special:Contributions/{{{Tester|}}}|{{{Tester|}}}]]}}|[[Category:Games with unfinished test entries]]}}
[[Category:Games with test entries]]{{#ifeq:{{{Tester}}}|?|[[Category:Games without test entries]]}}
[[Category:Games with test entries]]{{#ifeq:{{{Tester}}}|?|[[Category:Games without test entries]]}}
</includeonly><noinclude>
</includeonly><noinclude>{{documentation}}</noinclude>
This template is used as the testing table entry. It includes the following variables:
* Status: 0, 1 or 2 denotes the result of the test -- does not work, goes in-game or playable accordingly
* Region: may be NTSC-U, NTSC-J, PAL, etc.
* OS: may be Windows <version>, Linux <version>, Mac OS <version>
* CPU: CPU used in testing
* GPU: GPU used in testing
* Revision: PCSX2 version used
* Graphics: Graphics plugin and its version used
* Sound: Sound plugin and its version used
* Comments: Comments on game performance, speedhacks used, etc.
* Tester: The name of this entry author
 
Usage example:
<pre>
{{TestingHeader|OS=Windows}}
{{TestingEntry
|Status=2
|Region=NTSC-U
|OS=Windows 8.1
|CPU=AMD FX-6350
|GPU=Radeon R9 270x
|Revision=1.3.0 2014-07-14
|Graphics=*GDSX 2014-07-14
*Mode: HW DX11
|Sound=SPU2-X 2014-07-14
|Comments=Speedhacks:
*EEC: 2
*VUCS: 1
Mostly playable with solid performance.
|Tester=UserName
}}
...
{{TestingFooter}}
</pre>
 
{{TestingHeader|OS=Windows}}
{{TestingEntry
|Status=2
|Region=NTSC-U
|OS=Windows 8.1
|CPU=AMD FX-6350
|GPU=Radeon R9 270x
|Revision=1.3.0 2014-07-14
|Graphics=*GDSX 2014-07-14
*Mode: HW DX11
|Sound=SPU2-X 2014-07-14
|Comments=Speedhacks:
*EEC: 2
*VUCS: 1
Mostly playable with solid performance.
|Tester=UserName
}}
{{TestingFooter}}
</noinclude>
67,565

edits