Template:Testing/doc: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
== About ==
This three-part '''testing''' template should be used to display details of testing against a particular game. Use the {{tl|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.
This three-part '''testing''' template should be used to display details of testing against a particular game. Use the {{tl|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.
=== Neighboring Templates ===
* [[Template:Testing/start]]
* [[Template:Testing/entry]]
* [[Template:Testing/end]]


== Usage ==
== Usage ==
To add testing details use entries similar to this code (it'll result in what you see in Example section below):
To add testing details use entries similar to this code (it'll result in what you see in Example section below):
<pre>
<pre>
{{testing/start|type=XXX}}
{{testing/start}}
{{testing/entry|revision=4.0-7654|OS=Windows 7|CPU=Intel Core i5-4690K @ 3.5GHz|GPU=NVIDIA GeForce GTX 960|result=Intro slow, but in game full speed.|tester=User name}}
{{testing/entry|revision=4.0-7654|OS=Windows 7|CPU=Intel Core i5-4690K @ 3.5GHz|GPU=NVIDIA GeForce GTX 960|result=Intro slow, but in game full speed.|tester=User name}}
{{testing/end}}
{{testing/end}}
Line 10: Line 16:


== Example ==
== Example ==
{{testing/start|type=XXX}}
{{testing/start}}
{{testing/entry|revision=4.0-7654|OS=Windows 7|CPU=Intel Core i5-4690K @ 3.5GHz|GPU=NVIDIA GeForce GTX 960|result=Intro slow, but in game full speed.|tester=User name}}
{{testing/entry|revision=4.0-7654|OS=Windows 7|CPU=Intel Core i5-4690K @ 3.5GHz|GPU=NVIDIA GeForce GTX 960|result=Intro slow, but in game full speed.|tester=User name}}
{{testing/end}}
{{testing/end}}


== Parameters ==
== Parameters ==
=== Start ===
<pre>{{testing/start|type=XXX}}</pre>
*<code>|type=</code> is optional, and can be used to specify the type of software, such as channel, game, or anything. When <var>|type=</var> is specified, template will use the string passed, or when it isn't specified, this template will return the default string ("game").
=== Entry ===
=== Entry ===
<pre>{{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}</pre>
<pre>{{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}</pre>
6,576

edits