Template:PATCHRegSettingsTableRow: Difference between revisions

From Calidus HUB
(Created page with "<noinclude> {{note}} ALL WRONG {{note}} To be used with Template:TestPlan_CycleHeader and Template:TestPlan_CycleFooter only. {{note}} Ensure that you have defined Sub...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{note}} ALL WRONG
{{note}} This is part of a table - ensure it is wrapped in table HTML code.
{{note}} To be used with [[:Template:TestPlan_CycleHeader]] and [[:Template:TestPlan_CycleFooter]] only.
 
{{note}} Ensure that you have defined SubCycle variable under CycleHeader - see that template for details.


Usage:
Usage:
<pre>
<pre>
{{TestPlan_Test
<table border="1px" width="100%">
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.01 }} }}
<tr>
|Action=The actions to follow
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
|Result=The expected result
<td bgcolor="silver"><font size="2">'''Path &amp; Name'''</font></td>
|Remarks=
<td bgcolor="silver"><font size="2">'''Setting Value'''</font></td>
|PassFail=
<td bgcolor="silver"><font size="2">'''Result'''</font></td>
</tr>
{{PATCHRegSettingsTableRow
|LogNumber=The Supimix Log Number. Leave blank if multiple values
|Name=The Path and Name of the Registry Setting. Leave blank is multiple values
|Value=The setting value. If left blank, default to 'Any Other Vlaue'
|Result=The expected result of setting the Registry Setting as the Value specified
}}
{{PATCHRegSettingsTableRow
|The Supimix Log Number. Leave blank if multiple values
|The Path and Name of the Registry Setting. Leave blank is multiple values
|The setting value. If left blank, default to 'Any Other Vlaue'
|The expected result of setting the Registry Setting as the Value specified
}}
}}
</table>
</pre>
</pre>
<table border="1">
<table border="1px" width="100%">
<tr>
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
<td bgcolor="silver"><font size="2">'''Path &amp; Name'''</font></td>
<td bgcolor="silver"><font size="2">'''Setting Value'''</font></td>
<td bgcolor="silver"><font size="2">'''Result'''</font></td>
</tr>
</noinclude>
</noinclude>
<tr>
<tr>
<td>{{{LogNumber|{{{1}}}}}}</td>
<td><font size="2">{{{LogNumber|{{{1}}}}}}</font></td>
<td>{{{Name|{{{2}}}}}}</td>
<td><font size="2">{{{Name|{{{2}}}}}}</font></td>
<td>{{{Value|{{{3|Any Other Value}}}}}}</td>
<td><font size="2">{{{Value|{{{3|Any Other Value}}}}}}</font></td>
<td>{{{Result|{{{4|&nbsp;}}}}}}</td>
<td><font size="2">{{{Result|{{{4|&nbsp;}}}}}}</font></td>
</tr>
</tr>
<noinclude>
<noinclude>

Latest revision as of 14:05, 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">'''Path & Name'''</font></td>
<td bgcolor="silver"><font size="2">'''Setting Value'''</font></td>
<td bgcolor="silver"><font size="2">'''Result'''</font></td>
</tr>
{{PATCHRegSettingsTableRow
|LogNumber=The Supimix Log Number. Leave blank if multiple values
|Name=The Path and Name of the Registry Setting. Leave blank is multiple values
|Value=The setting value. If left blank, default to 'Any Other Vlaue'
|Result=The expected result of setting the Registry Setting as the Value specified
}}
{{PATCHRegSettingsTableRow
|The Supimix Log Number. Leave blank if multiple values
|The Path and Name of the Registry Setting. Leave blank is multiple values
|The setting value. If left blank, default to 'Any Other Vlaue'
|The expected result of setting the Registry Setting as the Value specified
}}
</table>
Log Number Path & Name Setting Value Result
{{{1}}} {{{2}}} Any Other Value