Template:DisplayModel-FrameworkTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
{{DisplayModel-FrameworkTemplate
{{DisplayModel-FrameworkTemplate
|1 = framework version
|1 = framework version
|2 = model version
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{#arraymap:{{{2|}}}|;|xx  
{{#arraymap:{{#ask:[[-IsComposedOfModelVersion::{{{1|}}}]]|sep=;|link=none }}|;|xx  
  |<tr class="StandardTableRow">
  |<tr class="StandardTableRow">
     <td class="StandardTableCell">{{#show:xx|? IsVersionOf}}</td>
     <td class="StandardTableCell">[[{{{1|}}}]]</td>
     <td class="StandardTableCell">{{#show:xx|? HasVersionNumber}}</td>
     <td class="StandardTableCell">[[xx]]</td>
     <td class="StandardTableCell">{{#show:xx|? HasVersionDocument}}</td>
     <td class="StandardTableCell">{{#show:xx|? HasDescription}}</td>
     <td class="StandardTableCell">{{{1|}}}</td>
     <td class="StandardTableCell">
        {{#ifeq:{{#show:xx|? HasVersionDocument}}||
        |[[Media:{{#show:xx|? HasVersionDocument}}]]
        }}</td>
   </tr>
   </tr>
|}}
|}}
</includeonly>
<noinclude>
This is the "DisplayModelVersionTableTemplate" template.
It should be called in the following format:
<pre>
{{DisplayModelVersionTableTemplate
|1= Modelversion
|2= subobjects
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>
<tr class="StandardTableRow">
<td class="StandardTableCell">[[{{{1|}}}]]</td>
<td class="StandardTableCell"><!--
--><ul>{{#arraymap:{{{2|}}}|;|vChange 
    |<li>{{#ask:[[vChange]]
        |mainlabel=-
        |? HasChangeDescription=
        }} In model component:
        [[{{#show:vChange|?IsChangeOf}}]]</li>
    |}}</ul>
</td></tr>
</includeonly>
</includeonly>

Latest revision as of 12:42, 19 February 2019

This is the "DisplayModel-FrameworkTemplate" template. It should be called in the following format:

{{DisplayModel-FrameworkTemplate
|1 = framework version
}}

Edit the page to see the template text.