From Fedora Project Wiki

m (Fixed image link)
(Undo last revision (that didn't seem to work...))
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#switch: {{{1}}}
<includeonly><div>{{#if: {{{bot|}}}|[[File:robot.png|alt=Bot|link=]]||}} {{#switch: {{{1}}}
| pass = <div style{{=}}"border: solid 0px #CCCCCC; padding: 0px;  background-color: green; font-weight: bold;">
  | pass = [[File:Test-result-pass.png|alt=Pass|link=]]
| fail = <div style{{=}}"border: solid 0px #CCCCCC; padding: 0px;  background-color: red; font-weight: bold;">
  | fail = [[File:Test-result-fail.png|alt=Fail|link=]]
| inprogress = <div style{{=}}"border: solid 0px #CCCCCC; padding: 0px;  background-color: orange; font-weight: bold;">
| unknown = [[File:Artwork_EchoDevelopment_dialog-question16.png|alt=Unknown|link=]]
| warn = <div style{{=}}"border: solid 0px #CCCCCC; padding: 0px;  background-color: yellow; font-weight: bold;">
| inprogress = [[File:Test-result-inprogress.gif|alt=Inprogress|link=]]
| <div>
  | warn = [[File:Test-result-warn.png|alt=Warning|link=]]
}} {{#switch: {{{1}}}
| needreview = [[File:Test-result-warn.png|alt=Needs Review|link=]]
  | pass = [[File:Test-result-pass.png|{{{2}}}]] {{#if: {{{2|}}} |[[User:{{{2}}}|<span style{{=}}"color:white;">{{{2}}}</span>]]}}
  | unknown = [[File:Test-result-unknown.png|alt=Unknown|link=]]
  | fail = [[File:Test-result-fail.png|{{{2}}}]] {{#if: {{{2|}}} |[[User:{{{2}}}|<span style{{=}}"color:white;">{{{2}}}</span>]]}}
}} <span style="display:none;">{{{1}}}</span> {{#ifexist: User:{{{2|}}} | [[User:{{{2}}}|{{{2}}}]]|{{{2|}}}}} {{#if: {{{3|}}} |{{#tag:ref|{{bz|{{{3}}}}}|name=bz{{{3}}}}} {{#if: {{{4|}}} |{{#tag:ref|{{bz|{{{4}}}}}|name=bz{{{4}}}}} {{#if: {{{5|}}} |{{#tag:ref|{{bz|{{{5}}}}}|name=bz{{{5}}}}} }} }} }} </div></includeonly><noinclude>{{tempdoc}}[[Category:QA Templates|R]]</noinclude>
  | warn = [[File:Test-result-warn.png|{{{2}}}]] {{#if: {{{2|}}} |[[User:{{{2}}}|{{{2}}}]]}}
  | inprogress = [[File:Test-result-inprogress.gif|{{{2}}}]] {{#if: {{{2|}}} |[[User:{{{2}}}|{{{2}}}]]}}
}} </div> {{#if: {{{3|}}} |{{#tag:ref|{{bz|{{{3|}}}}}}}}} {{#if: {{{4|}}} |{{#tag:ref|{{bz|{{{4}}}}}}}}} {{#if: {{{5|}}} |{{#tag:ref|{{bz|{{{5}}}}}}}}} {{#if: {{{6|}}} |{{#tag:ref|{{bz|{{{6}}}}}}}}} {{#if: {{{7|}}} |{{#tag:ref|{{bz|{{{7}}}}}}}}} <noinclude>{{tempdoc}}</noinclude>

Latest revision as of 22:09, 7 August 2015

Template documentation [edit]

This documentation is transcluded from Template:Result/doc. It will not be transcluded on pages that use this template.

You'll want to use this template as follows:

{{result
| Must be either pass, fail, warn or none
| FAS Name of tester
| ''(optional)'' one or more bugzilla ID's seperated by the '|' (PIPE) character
}}

Some examples include:

Wiki syntax Display
{{result|none}}
none
{{result|pass|liam}}
Pass pass liam
{{result|pass|coconut|bot=true}}
Bot Pass pass coconut
{{result|inprogress|adamwill}}
Inprogress inprogress adamwill
{{result|fail|jlaska|12345|54321}}
Fail fail jlaska [1] [2]
{{result|warn|rhe}} <ref>Brief description about the warning status</ref>
Warning warn rhe
[3]
{{result|unknown}}

Any bug numbers or reference tags (<ref>) used will need to be displayed somewhere on your page using the <references/> syntax. The following list demonstrates how the above results display when using the <references/> syntax.

  1. RHBZ #12345
  2. RHBZ #54321
  3. Brief description about the warning status