Template:PATCHDevDefectsTableRow: Difference between revisions

From Calidus HUB
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
<table border="1px" width="100%">
<table border="1px" width="100%">
<tr>
<tr>
<td bgcolor="silver">'''Log Number'''</td>
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
<td bgcolor="silver">'''Client Ref'''</td>
<td bgcolor="silver"><font size="2">'''Client Ref'''</font></td>
<td bgcolor="silver">'''Log Priority'''</td>
<td bgcolor="silver"><font size="2">'''Log Priority'''</font></td>
<td bgcolor="silver">'''CR/D'''</td>
<td bgcolor="silver"><font size="2">'''CR/D'''</font></td>
<td bgcolor="silver">'''Issue Raised and Test Objective'''</td>
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td>
<td bgcolor="silver">'''Site'''</td>
<td bgcolor="silver"><font size="2">'''Site'''</font></td>
<td bgcolor="silver">'''Functional Area'''</td>
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td>
<td bgcolor="silver">'''Reporter '''</td>
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td>
<td bgcolor="silver">'''ER Number'''</td>
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td>
<td bgcolor="silver">'''ESI Change Required'''</td>
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td>
<td bgcolor="silver">'''WCS Change Required'''</td>
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td>
</tr>
</tr>
{{PATCHDevDefectsTableRow
{{PATCHDevDefectsTableRow
Line 51: Line 51:
<table border="1px" width="100%">
<table border="1px" width="100%">
<tr>
<tr>
<td bgcolor="silver">'''Log Number'''</td>
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
<td bgcolor="silver">'''Client Ref'''</td>
<td bgcolor="silver"><font size="2">'''Client Ref'''</font></td>
<td bgcolor="silver">'''Log Priority'''</td>
<td bgcolor="silver"><font size="2">'''Log Priority'''</font></td>
<td bgcolor="silver">'''CR/D'''</td>
<td bgcolor="silver"><font size="2">'''CR/D'''</font></td>
<td bgcolor="silver">'''Issue Raised and Test Objective'''</td>
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td>
<td bgcolor="silver">'''Site'''</td>
<td bgcolor="silver"><font size="2">'''Site'''</font></td>
<td bgcolor="silver">'''Functional Area'''</td>
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td>
<td bgcolor="silver">'''Reporter '''</td>
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td>
<td bgcolor="silver">'''ER Number'''</td>
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td>
<td bgcolor="silver">'''ESI Change Required'''</td>
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td>
<td bgcolor="silver">'''WCS Change Required'''</td>
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td>
</tr>
</tr>
</noinclude>
</noinclude>
<tr>
<tr>
<td>{{{LogNumber|{{{1|&nbsp;}}}}}}</td>
<td><font size="2">{{{LogNumber|{{{1|&nbsp;}}}}}}</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>{{{CRD|{{{4|&nbsp;}}}}}}</td>
<td><font size="2">{{{CRD|{{{4|&nbsp;}}}}}}</font></td>
<td>{{{Issue|{{{5|&nbsp;}}}}}}</td>
<td><font size="2">{{{Issue|{{{5|&nbsp;}}}}}}</font></td>
<td>{{{Site|{{{6|&nbsp;}}}}}}</td>
<td><font size="2">{{{Site|{{{6|&nbsp;}}}}}}</font></td>
<td>{{{Area|{{{7|u/a}}}}}}</td>
<td><font size="2">{{{Area|{{{7|u/a}}}}}}</font></td>
<td>{{{Reporter|{{{8|&nbsp;}}}}}}</td>
<td><font size="2">{{{Reporter|{{{8|&nbsp;}}}}}}</font></td>
<td>{{{ERNumber|{{{9|&nbsp;}}}}}}</td>
<td><font size="2">{{{ERNumber|{{{9|&nbsp;}}}}}}</font></td>
<td>{{{ESIRequired|{{{10|N}}}}}}&nbsp;</td>
<td><font size="2">{{{ESIRequired|{{{10|N}}}}}}&nbsp;</font></td>
<td>{{{WCSRequired|{{{11|N}}}}}}&nbsp;</td>
<td><font size="2">{{{WCSRequired|{{{11|N}}}}}}&nbsp;</font></td>
</tr>
</tr>
<noinclude>
<noinclude>

Latest revision as of 13:47, 8 December 2014

Note 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