Anonymous

Changes

From KIproBatt Wiki
Updated with content from Extension:OpenSemanticLab version 0.0.3
{{#subpagelist:}}

== Snippets ==

<syntaxhighlight line="1">
<includeonly>{{OslTemplate:LabProcess/Step
|id={{{id|}}}
|name={{{name|}}}
|required={{{required|}}}
|predecessor={{{predecessor|}}}
|concurrent={{{concurrent|}}}
|input_objects={{{input_objects|}}}
|output_objects={{{output_objects|}}}
|link_type={{{link_type|}}}
|popup={{{popup|}}}
|form=<STEP NAME>
|specific_template=<STEP NAME>/Subpage
|parameters=
{{#if: {{{predecessor|}}}|[predecessor]={{FULLPAGENAME}}/{{{predecessor}}};|}}
{{#if: {{{concurrent|}}}|[concurrent]={{FULLPAGENAME}}/{{{concurrent}}};|}}
[id]={{{id|}}};
[name]={{{name|}}};
[precondition]={{{precondition|}}};
[postcondition]={{{postcondition|}}}
|specific_parameters=
}}<!-- DESCRIPTION -->
</includeonly>
</syntaxhighlight>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.