Template:DisplayVersionComponentsTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
</noinclude><includeonly>
</noinclude><includeonly>
<tr class="StandardTableRow">
<tr class="StandardTableRow">
<td class="StandardTableCell">[[{{{1|}}}]]</td>
<td class="StandardTableCell">
{{#ifeq:
{{#ifeq:
   {{#show:{{{1|}}}|?HasNamespace}}
   {{#show:{{{1|}}}|?HasNamespace}}
   |main
   |main
   |{{#ask:[[-IsImplementationOf::{{{userparam|}}}]]|format=ul|sep=;&nbsp;}}
   |<td class="StandardTableCell">[[{{{1|}}}]] (last version)</td>
   |<ul>{{#arraymap:
  <td class="StandardTableCell">
    {{#ask:[[-IsImplementationOf::{{{userparam|}}}]]|format=ul|sep=;&nbsp;}}</td>
   |<td class="StandardTableCell">[[{{{1|}}}]] (previous version)</td>
  <td class="StandardTableCell"><ul>{{#arraymap:
     {{#ask:[[-IsImplementationOf::{{{userparam|}}}]]|format=list |link=none |sep=; }}
     {{#ask:[[-IsImplementationOf::{{{userparam|}}}]]|format=list |link=none |sep=; }}
     |;|yy
     |;|yy
     |<li>[[{{#show:{{{1|}}}|? HasNamespace}}:yy]]</li>
     |<li>[[{{#show:{{{1|}}}|? HasNamespace}}:yy]]</li>
     |
     |
   }}</ul>
   }}</ul></td>
}}</tr>
}}</tr>
</includeonly>
</includeonly>

Revision as of 19:37, 23 June 2017

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

{{DisplayVersionComponentsTemplate
|1=version
|2 = version number
|userparam= model
}}

Edit the page to see the template text.