Template:PATCHScreensTableRow: 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}} | {{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">'''Suggested Menu Path'''</font></td> | ||
| | <td bgcolor="silver"><font size="2">'''Screen ID'''</font></td> | ||
| | <td bgcolor="silver"><font size="2">'''Description'''</font></td> | ||
</tr> | |||
{{PATCHScreensTableRow | |||
|LogNumber=The Supimix Log Number | |||
|Menu=The suggested menu path | |||
|ScreenID=The screen ID | |||
|Description=Description of the screen | |||
}} | |||
{{PATCHScreensTableRow | |||
|The Supimix Log Number | |||
|The suggested menu path | |||
|The screen ID | |||
|Description of the screen | |||
}} | }} | ||
</table> | |||
</pre> | </pre> | ||
<table border=" | <table border="1px" width="100%"> | ||
<tr> | |||
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Suggested Menu Path'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Screen ID'''</font></td> | |||
<td bgcolor="silver"><font size="2">'''Description'''</font></td> | |||
</tr> | |||
</noinclude> | </noinclude> | ||
<tr> | <tr> | ||
<td>{{{LogNumber|{{{1| }}}}}}</td> | <td><font size="2">{{{LogNumber|{{{1| }}}}}}</font></td> | ||
<td>{{{Menu|{{{2| }}}}}}</td> | <td><font size="2">{{{Menu|{{{2| }}}}}}</font></td> | ||
<td>{{{ScreenID|{{{3| }}}}}}</td> | <td><font size="2">{{{ScreenID|{{{3| }}}}}}</font></td> | ||
<td>{{{Description|{{{4| }}}}}}</td> | <td><font size="2">{{{Description|{{{4| }}}}}}</font></td> | ||
</tr> | </tr> | ||
<noinclude> | <noinclude> |
Latest revision as of 14:07, 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">'''Suggested Menu Path'''</font></td> <td bgcolor="silver"><font size="2">'''Screen ID'''</font></td> <td bgcolor="silver"><font size="2">'''Description'''</font></td> </tr> {{PATCHScreensTableRow |LogNumber=The Supimix Log Number |Menu=The suggested menu path |ScreenID=The screen ID |Description=Description of the screen }} {{PATCHScreensTableRow |The Supimix Log Number |The suggested menu path |The screen ID |Description of the screen }} </table>
Log Number | Suggested Menu Path | Screen ID | Description |