Difference between revisions of "Template:Amidog"

From Emulation General Wiki
Jump to navigation Jump to search
(WIP template for PS1 tests)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>{| class="wikitable"
 
<noinclude>{| class="wikitable"
 
|-
 
|-
|</noinclude>data-sort-value="{{#switch:CPU|11=Pass|01|10|00=Fail}}" style="background-color: #{{#switch:CPU|11=CEF2E0|01|10|00=F2CEE0}}; color: black; vertical-align: middle; text-align: center; {{{style|}}}" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} |{{#switch:CPU|11=✓ - ✓ -|01=✗ - ✓ -|10=✓ - -|00=- ✗ -|}}<noinclude>
+
|</noinclude>style="background-color: #{{#switch:{{{5}}}|pass=CEF2E0|F2CEE0}}; color: black; vertical-align: middle; text-align: center; {{{style|}}}" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} |{{#switch:{{{1}}} |0 = ✗ |1 = ✓ |-}} {{#switch:{{{2}}} |0 = ✗ |1 = |-}} {{#switch:{{{3}}} |0 = ✗ |1 = |-}} {{#switch:{{{4}}} |0 = ✗ |1 = ✓ |-}}<noinclude>
 
|}
 
|}
  
 
;Description
 
;Description
:This template is <!-- used to record results of Amidog's [[PS1 Tests]]. It's --> currently under development and is not recommended to use right now.</noinclude>
+
:This template is used to record results of Amidog's [[PS1 Tests]].
 +
;Syntax
 +
:There are five values. The first four are either a check (1), a cross (0), or a dash (-), to indicate the marking of the test. The fifth value is <code>pass</code>, and is used to denote whether or not it succeeded (otherwise it fails). See the tests page itself to see how it is used.
 +
;Example
 +
:<code><nowiki>{{Amidog|1|-|1|-|pass}}</nowiki></code>
 +
[[Category:Table cell templates]]</noinclude>

Revision as of 12:11, 3 May 2018

- - - -
Description
This template is used to record results of Amidog's PS1 Tests.
Syntax
There are five values. The first four are either a check (1), a cross (0), or a dash (-), to indicate the marking of the test. The fifth value is pass, and is used to denote whether or not it succeeded (otherwise it fails). See the tests page itself to see how it is used.
Example
{{Amidog|1|-|1|-|pass}}