Template:PATCHDevDefectsTableRow: Difference between revisions
From Calidus HUB
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{note}} | {{note}} This is part of a table - ensure it is wrapped in table HTML code. | ||
Usage: | Usage: | ||
<pre> | <pre> | ||
<table border="1px" width="100%"> | |||
<tr> | |||
| | <td bgcolor="silver"><font size="2">'''Log Number'''</font></td> | ||
| | <td bgcolor="silver"><font size="2">'''Client Ref'''</font></td> | ||
| | <td bgcolor="silver"><font size="2">'''Log Priority'''</font></td> | ||
| | <td bgcolor="silver"><font size="2">'''CR/D'''</font></td> | ||
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Site'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td> | |||
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td> | |||
</tr> | |||
{{PATCHDevDefectsTableRow | |||
|LogNumber=The Supimix Log Number | |||
|ClientRef=The Supimix Client Reference | |||
|Priority=The Supimix Priority | |||
|CRD=Change Request (CR) or Development (D) or other (blank) | |||
|Issue=Description of problem and solution | |||
|Site=Site | |||
|Area=Functional Area. If blank, inserted as 'u/a' | |||
|Reporter=Reported of issue | |||
|ERNumber=ER Number on which this fix was released | |||
|ESIRequired=ESI change Required (Y/N, defaulting to N if left blank) | |||
|WCSRequired=WCS Change Required (Y/N, defaulting to N if left blank) | |||
}} | |||
{{PATCHDevDefectsTableRow | |||
|The Supimix Log Number | |||
|The Supimix Client Reference | |||
|The Supimix Priority | |||
|Change Request (CR) or Development (D) or other (blank) | |||
|Description of problem and solution | |||
|Site | |||
|Functional Area. If blank, inserted as 'u/a' | |||
|Reported of issue | |||
|ER Number on which this fix was released | |||
|ESI change Required (Y/N, defaulting to N if left blank) | |||
|WCS Change Required (Y/N, defaulting to N if left blank) | |||
}} | }} | ||
</table> | |||
</pre> | </pre> | ||
<table border=" | |||
E.g. | |||
<table border="1px" width="100%"> | |||
<tr> | |||
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Client Ref'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Log Priority'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''CR/D'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Site'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td> | |||
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td> | |||
</tr> | |||
</noinclude> | </noinclude> | ||
<tr> | <tr> | ||
<td>{{{LogNumber|{{{1| }}}}}}</td> | <td><font size="2">{{{LogNumber|{{{1| }}}}}}</font></td> | ||
<td>{{{ClientRef|{{{2|-}}}}}}</td> | <td><font size="2">{{{ClientRef|{{{2|-}}}}}}</font></td> | ||
<td>{{{Priority|{{{3|3}}}}}}</td> | <td><font size="2">{{{Priority|{{{3|3}}}}}}</font></td> | ||
<td>{{{ | <td><font size="2">{{{CRD|{{{4| }}}}}}</font></td> | ||
<td>{{{Issue | <td><font size="2">{{{Issue|{{{5| }}}}}}</font></td> | ||
<td>{{{Site|{{{6| }}}}}}</td> | <td><font size="2">{{{Site|{{{6| }}}}}}</font></td> | ||
<td>{{{ | <td><font size="2">{{{Area|{{{7|u/a}}}}}}</font></td> | ||
<td>{{{Reporter|{{{8| }}}}}}</td> | <td><font size="2">{{{Reporter|{{{8| }}}}}}</font></td> | ||
<td>{{{ | <td><font size="2">{{{ERNumber|{{{9| }}}}}}</font></td> | ||
<td>{{{ | <td><font size="2">{{{ESIRequired|{{{10|N}}}}}} </font></td> | ||
<td>{{{ | <td><font size="2">{{{WCSRequired|{{{11|N}}}}}} </font></td> | ||
</tr> | </tr> | ||
<noinclude> | <noinclude> |
Latest revision as of 13:47, 8 December 2014
Note: This is part of a table - ensure it is wrapped in table HTML code.
Usage:
<table border="1px" width="100%"> <tr> <td bgcolor="silver"><font size="2">'''Log Number'''</font></td> <td bgcolor="silver"><font size="2">'''Client Ref'''</font></td> <td bgcolor="silver"><font size="2">'''Log Priority'''</font></td> <td bgcolor="silver"><font size="2">'''CR/D'''</font></td> <td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td> <td bgcolor="silver"><font size="2">'''Site'''</font></td> <td bgcolor="silver"><font size="2">'''Functional Area'''</font></td> <td bgcolor="silver"><font size="2">'''Reporter '''</font></td> <td bgcolor="silver"><font size="2">'''ER Number'''</font></td> <td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td> <td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td> </tr> {{PATCHDevDefectsTableRow |LogNumber=The Supimix Log Number |ClientRef=The Supimix Client Reference |Priority=The Supimix Priority |CRD=Change Request (CR) or Development (D) or other (blank) |Issue=Description of problem and solution |Site=Site |Area=Functional Area. If blank, inserted as 'u/a' |Reporter=Reported of issue |ERNumber=ER Number on which this fix was released |ESIRequired=ESI change Required (Y/N, defaulting to N if left blank) |WCSRequired=WCS Change Required (Y/N, defaulting to N if left blank) }} {{PATCHDevDefectsTableRow |The Supimix Log Number |The Supimix Client Reference |The Supimix Priority |Change Request (CR) or Development (D) or other (blank) |Description of problem and solution |Site |Functional Area. If blank, inserted as 'u/a' |Reported of issue |ER Number on which this fix was released |ESI change Required (Y/N, defaulting to N if left blank) |WCS Change Required (Y/N, defaulting to N if left blank) }} </table>
E.g.
Log Number | Client Ref | Log Priority | CR/D | Issue Raised and Test Objective | Site | Functional Area | Reporter | ER Number | ESI Change Required | WCS Change Required |
- | 3 | u/a | N | N |