Difference between revisions of "Template:DisplayModel-FrameworkTemplate"

From IMAGE
Jump to: navigation, search
(Created page with "<noinclude> This is the "DisplayModel-FrameworkTemplate" template. It should be called in the following format: <pre> {{DisplayModel-FrameworkTemplate }} </pre> Edit the page...")
 
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{DisplayModel-FrameworkTemplate
 
{{DisplayModel-FrameworkTemplate
 +
|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>{| class="wikitable"
+
</noinclude><includeonly>
|}
+
{{#arraymap:{{{2|}}}|;|xx
 +
|<tr class="StandardTableRow">
 +
    <td class="StandardTableCell">{{#show:xx|? IsVersionOf}}</td>
 +
    <td class="StandardTableCell">{{#show:xx|? HasVersionNumber}}</td>
 +
    <td class="StandardTableCell">{{#show:xx|? HasVersionDocument}}</td>
 +
    <td class="StandardTableCell">{{{1|}}}</td>
 +
  </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>

Revision as of 12:45, 1 August 2017

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

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

Edit the page to see the template text.


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

{{DisplayModelVersionTableTemplate
|1= Modelversion
|2= subobjects
}}

Edit the page to see the template text.