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:M2M Scenario"

Line 39: Line 39:
  
 
=== Referenced by problems ===
 
=== Referenced by problems ===
 +
 +
{{#if: {{{ref_problem1|}}} | {{{ref_problem1}}} }}
 +
{{#if: {{{ref_problem2|}}} | {{{ref_problem2}}} }}
 +
{{#if: {{{ref_problem3|}}} | {{{ref_problem3}}} }}
 +
{{#if: {{{ref_problem4|}}} | {{{ref_problem4}}} }}
 +
 +
 +
 
</includeonly>
 
</includeonly>

Revision as of 10:47, 10 April 2012

This template is used to describe an M2MIWG scenario.

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

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