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 10: Line 10:
 
| name = Dummy scenario
 
| name = Dummy scenario
 
| description = Blah blah
 
| description = Blah blah
 +
| rel_scenarios = Blah blah
 
}}}}
 
}}}}
  
Line 25: Line 26:
 
== {{{identifier}}} - {{{name}}} ==
 
== {{{identifier}}} - {{{name}}} ==
  
{| style="width: 100%; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; border-collapse:collapse;" cellpadding=1
+
{{{description}}}
|-
+
 
| style="background:#ccccff; padding: 0 5px 0 5px;" align="center" | == {{{identifier}}} - {{{name}}} ==
+
=== Related scenarios ===
|-
+
 
|  style="border: 1px; background:#ccccff; padding: 0 5px 0 5px;" align="center" | xxx
+
{{{for each:rel_scenarios|{{{#}}}}}}
|  style="border: 1px; background:#ccccff; padding: 0 5px 0 5px;" align="center" | yyy
+
 
|-
+
=== Referenced by problems ===
| {{{description}}}
+
 
 +
 
 
|}</includeonly>
 
|}</includeonly>

Revision as of 10:26, 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