Template:DisplayModelVersionTableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{#ifexpr:{{ChangedVersionTemplate|modelVersion={{{1|}}}|frameworkVersion={{{userparam|}}} }}|1
{{#ifeq:
  |<tr class="StandardTableRow">
  {{#ask:[[{{{modelVersion|}}}]][[-IsComposedOfModelVersion::<q>[[-HasPreviousVersion::{{{frameworkVersion|}}}]]</q>]]
    |format=count
  }}
  |1 <!-- modelversion same as in previous version or initial version -->
  |<tr class="StandardTableRow">
     <td class="StandardTableCell">[[{{{1|}}}]]</td>
     <td class="StandardTableCell">[[{{{1|}}}]]</td>
     <td class="StandardTableCell">No change since previous version</td>
     <td class="StandardTableCell">No change since previous version</td>
     <td class="StandardTableCell"></td>
     <td class="StandardTableCell"></td>
     <td class="StandardTableCell"></td>
     <td class="StandardTableCell"></td>
  </tr>
    </tr>
  |<tr class="StandardTableRow">
  |<tr class="StandardTableRow">
  <td class="StandardTableCell">[[{{{1|}}}]]</td>
    <td class="StandardTableCell">[[{{{1|}}}]]</td>
  <td class="StandardTableCell">{{#show:{{{1|}}}| ?HasDescription}}</td>
    <td class="StandardTableCell">{{#show:{{{1|}}}| ?HasDescription}}</td>
  <td class="StandardTableCell">...</td>
    <td class="StandardTableCell">...</td>
  <td class="StandardTableCell">
    <td class="StandardTableCell">
   {{#ifeq:{{{4|}}}|main
   {{#ifeq:{{{4|}}}|main
     |{{#ask:[[Concept:AllComponentLevels]][[-IsImplementationOf::{{{3|}}}]]|format=ul
     |{{#ask:[[Concept:AllComponentLevels]][[-IsImplementationOf::{{{3|}}}]]|format=ul
Line 35: Line 39:
         |}}
         |}}
       </ul>
       </ul>
   }}</td></tr>
   }}</td>
  </tr>
}}
}}
</includeonly>
</includeonly>

Revision as of 12:48, 24 October 2016

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

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

Edit the page to see the template text.