Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Req"

(Requirements statement shall/should/may/won't template)
 
m
Line 1: Line 1:
 
{{#switch:{{{1}}}
 
{{#switch:{{{1}}}
|shall=<span style="color: red; weight: bold;">SHALL</span>
+
|shall=<span style="color: red; font-weight: bold;">SHALL</span>
|should=<span style="color: orange; weight: bold;">SHOULD</span>
+
|should=<span style="color: orange; font-weight: bold;">SHOULD</span>
|may=<span style="color: green; weight: bold;">MAY</span>
+
|may=<span style="color: green; font-weight: bold;">MAY</span>
|won't=<span style="color: purple; weight: bold;">WON'T</span>
+
|won't=<span style="color: purple; font-weight: bold;">WON'T</span>
|{{req|shall}}
+
|<span style="color: red; font-weight: bold;">SHALL</span>
 
}}<noinclude>
 
}}<noinclude>
 
==== Example ====
 
==== Example ====

Revision as of 16:33, 12 November 2014

Example

  • R1 The widget SHOULD be user-serviceable


Back to the top