Template:DisplayModelVersionTableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
|3= Model
|3= Model
|4= Namespace
|4= Namespace
|userparam=freworkversion
|userparam=frameworkVersion
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
<tr class="StandardTableRow">
<td class="StandardTableCell">[[{{{1|}}}]]</td>
{{#ifeq:{{ChangedVersionTemplate|modelVersion={{{1|}}}|frameworkVersion={{{userparam|}}} }}
{{#ifeq:{{ChangedVersionTemplate|modelVersion={{{1|}}}|frameworkVersion={{{userparam|}}} }}
   |true
   |false
   |<td class="StandardTableCell">{{#show:{{{1|}}}| ?HasDescription}}</td>
   |<tr class="StandardTableRow">
    <td class="StandardTableCell">[[{{{1|}}}]]</td>
    <td class="StandardTableCell">No change since previous version</td>
    <td class="StandardTableCell"></td>
    <td class="StandardTableCell"></td>
  </tr>
  |<tr class="StandardTableRow">
  <td class="StandardTableCell">[[{{{1|}}}]]</td>
  <td class="StandardTableCell">{{#show:{{{1|}}}| ?HasDescription}}</td>
   <td class="StandardTableCell">...</td>
   <td class="StandardTableCell">...</td>
   <td class="StandardTableCell">
   <td class="StandardTableCell">
Line 30: Line 36:
         |}}
         |}}
       </ul>
       </ul>
   }}</td>
   }}</td></tr>
  |<td class="StandardTableCell">No change since previous version</td>
    <td class="StandardTableCell"></td>
    <td class="StandardTableCell"></td>
}}
}}
</includeonly>
</includeonly>

Revision as of 10:58, 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.