Template:ModelChangeTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
<pre>
<pre>
{{ModelChangeTemplate
{{ModelChangeTemplate
|hasDescription=
|hasChangeDescription=
|isChangeOf=
|isChangeOf=
}}
}}
Line 11: Line 11:
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>{| class="wikitable"
! Description
! Description
| [[HasDescription::{{{hasDescription|}}}]]
| {{{hasChangeDescription|}}}
|-
|-
! Change of component
! Change of component
| {{#arraymap:{{{isChangeOf|}}}|;|yy|[[IsChangeOf::yy]]|;}}
| {{{isChangeOf|}}}
|}
|}
{{#subobject:{{PAGENAME}}_{{{isChangeOf|}}}
|ChangeOfModelVersion={{PAGENAME}}
|HasChangeDescription={{{hasChangeDescription|}}}
|IsChangeOf={{{isChangeOf|}}}|+sep=;
}}
</includeonly>
</includeonly>

Revision as of 11:48, 14 October 2016

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

{{ModelChangeTemplate
|hasChangeDescription=
|isChangeOf=
}}

Edit the page to see the template text.