Template:SCR: Difference between revisions
From Calidus HUB
(Created page with "{{#if: {{{SCR|}}}|<table cellspacing="0" cellpadding="0" border="0" style="background: transparent;"><tr><td nowrap="nowrap" valign="top">}}<span style="position: relative; top: ...") |
No edit summary |
||
Line 1: | Line 1: | ||
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent;"><tr><td nowrap="nowrap" valign="top"><span style="position: relative; top: -2px;">[[File:Attention niels epting.png|18px|Warning|link=]]</span> '''SCR-{{{Reference|}}}-{{{SCRNo}}}''': </td><td valign="top" style="padding-left:0.5em;">{{{Definition|}}}</td></tr></table><noinclude> | |||
== Usage == | == Usage == | ||
Line 5: | Line 5: | ||
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon. The example shows how this may be used within an FS or REQ document template. If not, replace the parameters with literals. | The following includes the text passed to the template, and uses a table to stop the text flowing round the icon. The example shows how this may be used within an FS or REQ document template. If not, replace the parameters with literals. | ||
<nowiki>{{SCR | <nowiki>{{SCR | ||
|Reference= | |Reference={{#var:Reference}} | ||
|SCRNo={{ #vardefineecho: SCR | {{ #expr: {{ #var: SCR }} + 1 }} }} | |SCRNo={{ #vardefineecho: SCR | {{ #expr: {{ #var: SCR }} + 1 }} }} | ||
|Definition | |Definition=The text describing the change | ||
}}</nowiki> | }}</nowiki> | ||
{{SCR | {{SCR | ||
|Reference= | |Reference=123456 | ||
|SCRNo= | |SCRNo=1 | ||
|Definition | |Definition=The text describing the change | ||
}} | }} | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 10:50, 14 January 2013
![]() |
Usage
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon. The example shows how this may be used within an FS or REQ document template. If not, replace the parameters with literals.
{{SCR |Reference={{#var:Reference}} |SCRNo={{ #vardefineecho: SCR | {{ #expr: {{ #var: SCR }} + 1 }} }} |Definition=The text describing the change }}
![]() | The text describing the change |