Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:M2M Scenario"

Line 3: Line 3:
  
 
{{Usage|<pre>{{M2M_Scenario
 
{{Usage|<pre>{{M2M_Scenario
| name = xxx
+
| identifier = 0001
 +
| name = Dummy scenario
 +
| description = Blah blah
 
}}</pre>|2={{M2M_Scenario
 
}}</pre>|2={{M2M_Scenario
| name = xxx
+
| identifier = 0001
 +
| name = Dummy scenario
 +
| description = Blah blah
 
}}}}
 
}}}}
 +
 +
'''Identifier''
 +
:A 4-digit number that helps identifying and referencing the scenario.
  
 
'''Name'''
 
'''Name'''
 
:The name of the scenario
 
:The name of the scenario
 +
 +
'''Description'''
 +
:The description of the scenario
  
 
</noinclude><includeonly>{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; border-collapse:collapse;" cellpadding=1
 
</noinclude><includeonly>{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; border-collapse:collapse;" cellpadding=1

Revision as of 09:42, 10 April 2012

This template is used to describe an M2MIWG scenario.

Markup Rendering
{{M2M_Scenario
| identifier = 0001
| name = Dummy scenario
| description = Blah blah
}}

M2M-Scenario-0001 - Dummy scenario

Blah blah

Related scenarios

  • None.

Referenced by problems

  • None.


'Identifier

A 4-digit number that helps identifying and referencing the scenario.

Name

The name of the scenario

Description

The description of the scenario

Back to the top