From Fedora Project Wiki

(Add examples to doc)
(Add unknown example)
Line 21: Line 21:
|-
|-
| <code><nowiki>{{result|warn|rhe}} <ref>Brief description about the warning status</ref></nowiki></code> || {{result|warn|rhe}} <ref>Brief description about the warning status</ref>
| <code><nowiki>{{result|warn|rhe}} <ref>Brief description about the warning status</ref></nowiki></code> || {{result|warn|rhe}} <ref>Brief description about the warning status</ref>
|-
| <code><nowiki>{{result|unknown}}</nowiki></code> || {{result|unknown}}
|-
|-
|}
|}

Revision as of 21:13, 16 December 2010

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|inprogress|adamwill}}
Inprogress inprogress adamwill
{{result|fail|jlaska|XYZ|ZXY}}
Fail fail jlaska [1] [2]
{{result|warn|rhe}} <ref>Brief description about the warning status</ref>
Warning warn rhe
[3]
{{result|unknown}}
  1. RHBZ #XYZ
  2. RHBZ #ZXY
  3. Brief description about the warning status