Template:DisplayModelVersionTableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
show:<noinclude>
This is the "DisplayModelVersionTableTemplate" template.
This is the "DisplayModelVersionTableTemplate" template.
It should be called in the following format:
It should be called in the following format:
Line 6: Line 6:
|1= Modelversion
|1= Modelversion
|2= subobjects
|2= subobjects
|3= Model
|4= Namespace
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
|}
<tr class="StandardTableRow">
<td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{#show:{{{1|}}}| ?HasDescription}}</td>
<td class="StandardTableCell">...</td>
<td class="StandardTableCell">
{{#ifeq:{{{4|}}}|main
  |{{#ask:[[Concept:AllComponentLevels]][[-IsImplementationOf::TIMER model]]|format=ul}}
  |<ul>
  {{#arraymap:
    {{#ask:[[Concept:AllComponentLevels]][[-IsImplementationOf::TIMER model]]|link=none|sep=;}}
    |;|vComp
    |<li>[[{{{4|}}}:vComp]]</li>
    |}}
    </ul>
}}</td>
</includeonly>
</includeonly>

Revision as of 09:10, 24 October 2016

show: This is the "DisplayModelVersionTableTemplate" template. It should be called in the following format:

{{DisplayModelVersionTableTemplate
|1= Modelversion
|2= subobjects
|3= Model
|4= Namespace
}}

Edit the page to see the template text.