(Updated with content from Extension:OpenSemanticLab version 0.0.3) |
(Updated with content from Extension:OpenSemanticLab version 0.0.3) |
||
Line 1: | Line 1: | ||
<includeonly>{{#set: Debug={{{debug|{{OslTemplate:Helper/Strings/No}}}}}}}<!-- | <includeonly>{{#set: Debug={{{debug|{{OslTemplate:Helper/Strings/No}}}}}}}<!-- | ||
-->{{DISPLAYTITLE:{{ | -->{{DISPLAYTITLE:{{{id|{{PAGENAME}}}}}}}<!-- | ||
--><div class="custom-section-edit-form-link" data-form-name="LabProcess/Instance" data-link-label-msg="open-semantic-lab-edit" data-link-tooltip-msg="open-semantic-lab-edit-master-data"> | |||
== Stammdaten == | |||
</div>{{#set: | |||
|HasId={{{id|{{PAGENAME}}}}} | |||
|HasName={{{name|}}} | |||
|HasCreator=User:{{{creator|}}} | |||
|IsInstanceOf={{{template}}} | |||
|HasId={{{additional_ids|}}}|+sep=; | |||
|HasCreationDate={{{timestamp}}} | |||
|HasProject={{{projects|}}}|+sep=; | |||
|HasDescription={{{description|}}} | |||
|HasOutputType={{{output_type|}}} | |||
|HasOutputCategory={{#if:{{{output_category|}}}|Category:{{{output_category}}}|}} | |||
}}[[Category:LabObject]][[Category:Labprocess/Instance]]<table class="sortable wikitable smwtable jquery-tablesorter"> | |||
<tr> | |||
<th>ID</th> | |||
<td>{{{id|{{PAGENAME}}}}}</td> | |||
</tr> | |||
<!-- <tr> | |||
<th>Name</th> | |||
<td>{{{name}}}</td> | |||
</tr> --> | |||
{{#if:{{{additional_ids|}}}|<tr> | |||
<th>Weitere IDs</th> | |||
<td>{{#arraymap:{{{additional_ids|}}}|;|__x__|__x__|,}}</td> | |||
</tr>|}} | |||
<tr> | |||
<th>Ersteller</th> | |||
<td>[[User:{{{creator|}}}]]</td> | |||
</tr> | |||
<tr> | |||
<th>Vorlage</th> | |||
<td>[[{{{template}}}]]</td> | |||
</tr> | |||
{{#if:{{{output_category|}}}|<tr> | |||
<th>Produkt- / Ergebniskategorie</th> | |||
<td>[[:Category:{{{output_category}}}]]</td> | |||
</tr>|}} | |||
{{#if:{{{output_type|}}}|<tr> | |||
<th>Produkt- / Ergebnis</th> | |||
<td>[[{{{output_type}}}]]</td> | |||
</tr>|}} | |||
{{#if:{{{projects|}}}|<tr> | |||
<th>Projekt</th> | |||
<td>{{#arraymap:{{{projects|}}}|;|__x__|[[__x__]]|,}}</td> | |||
</tr>|}} | |||
<tr> | |||
<th>Erstelldatum </th> | |||
<td>{{#if: {{{timestamp|}}} |{{#timel: d.m.Y H:i:s | {{{timestamp|}}} }} |}}</td> | |||
</tr> | |||
<!-- <tr> | |||
<th>Beendet</th> | |||
<td>{{#if: {{{end_date|}}} |{{#timel: d.m.Y H:i:s | {{{end_date|}}} }} |}}</td> | |||
</tr> --> | |||
<tr> | |||
<th>Beschreibung</th> | |||
<td>{{{description|}}}</td> | |||
</tr> | |||
</table> | |||
<!--== Fortschritt == | <!--== Fortschritt == | ||