Template:ModelVersionOverviewTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "ModelVersionTemplate" template.
This is the "ModelVersionOverviewTemplate" template.
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{ModelVersionTemplate
{{ModelVersionOverviewTemplate
model
model
}}
}}
Line 9: Line 9:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
==Versions of [[{{{model|}}}]]==
{{#ask: [[isVersionOf::{{{model|}}}]]
{{#ask: [[isVersionOf::{{{model|}}}]]
|sep=;
|sep=;
|link=none
|link=none
|intro=<h2>All versions of {{{model|}}}</h2>
| mainLabel=
|format=template
|? HasVersionNumber=
|template=DisplayChangePathTemplate
|? HasDescription=
|? Has subobject=
| sort=HasVersionNumber
| order=desc
| format=template
| template=DisplayChangeTemplate
| intro={{TableIntroTemplate|20%|Version|30%|Description|50%|Changes}}
| outro=</table>
}}
 
== Documentation of model components  ==
{{#ask: [[isVersionOf::{{{model|}}}]]
|sep=;
|link=none
| mainLabel=
|? HasVersionNumber=
| sort=HasVersionNumber
| order=desc
| format=template
| template=DisplayVersionComponentsTemplate
| intro={{TableIntroTemplate|20%|Version|70%|link to model component pages|}}
| outro=</table>
| userparam={{{model|}}}
}}
}}
</includeonly>
</includeonly>

Revision as of 18:19, 31 July 2017

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

{{ModelVersionOverviewTemplate
model
}}

Edit the page to see the template text.