Template:InfoBoxTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
 
(85 intermediate revisions by the same user not shown)
Line 2: Line 2:
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{InfoBoxtemplate
{{InfoBoxtemplate}}
|Application=
|IMAGEComponent=
|Model-Database=
|KeyReference=
|Reference=
}}
</pre>
</pre>
</noinclude><includeonly>{{#ifexpr:
</noinclude><includeonly><!--
{{InfoboxTestTemplate|basepage={{#titleparts: {{PAGENAME}}|1}}|subpage={{#titleparts: {{PAGENAME}}|1|2}} }}
check the need for an infobox on this page (most recent version is the norm)
|<div class="InfoBoxTemplateClear" ><table class="InfoBoxStyle">{{#ifeq:
-->{{#ifeq:{{InfoboxTestTemplate|basepage={{ROOTPAGENAME}}|subpage={{SUBPAGENAME}} }}|0|| <!--
{{{Overview|}}}|||
existing data for infobox
  <tr><td class="InfoBoxCellStyleTemplate">Relevant  overviews</td></tr>
--><div class="InfoBoxTemplateClear"><table class="InfoBoxStyle"> <!--
  <tr><td>
-->{{#ifeq:{{PropertyTestTemplate|prop=IsImplementationOf|page={{ROOTPAGENAME}}|reverse=1 }}|0||
   <ul>
<tr><td class="InfoBoxCellStyleTemplate">Component is implemented in:</td></tr>
   {{#arraymap:{{{Overview|}}}|;|xx|<li>[[HasOverview::xx]]|</li>}}
<tr><td>{{#arraymap:
   </ul></td></tr>
  {{#ask:[[IsImplementationOf::{{ROOTPAGENAME}}]]|link=none|sep=;}}
}}
   |;|yy
{{#ifeq:{{{IMAGEComponent|}}}|||
   |{{#arraymap: {{#ask:[[Category:ModelVersion]][[IsVersionOf::yy]]|link=none|sep=;}}
  <tr><td class="InfoBoxCellStyleTemplate">Related IMAGE components</td></tr>
    |;|xx
  <tr ><td>
    |{{#ifeq:{{#ask:[[IsCurrentVersion::true]][[IsVersionOf::yy]]|link=none}}|xx
  <ul>
      |<ul><li>[[yy]] (version {{#ask:[[xx]]|format=Plainlist}})</li></ul>
  {{#arraymap:{{{IMAGEComponent|}}}|;|xx|<li>[[HasIMAGEComponent::xx]]|</li>}}
      {{#ask:[[Category:AggregatedComponent]][[-IsImplementationOf::yy]]
  </ul></td></tr>
        |intro=Aggregated component:|format=ul
}}
      }}{{#ask:[[Category:Component]][[-IsImplementationOf::yy]]
{{#ifeq:{{{Application|}}}|||
          |intro=Components:|format=ul}}
  <tr><td class="InfoBoxCellStyleTemplate">Projects/Applications</td></tr>
    |}}   
  <tr><td>
   |}}
  <ul>
| and }}
  {{#arraymap:{{{Application|}}}|;|xx|<li>[[HasApplication::xx]]|</li>}}
</td></tr><!--
  </ul></td></tr>
-->{{#ifeq:{{PropertyTestTemplate|prop=HasIMAGEComponent|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
}}
<tr><td class="InfoBoxCellStyleTemplate">Related IMAGE components</td></tr>
{{#ifeq:{{{Model-Database|}}}|||
<tr ><td>{{#ask:[[-HasIMAGEComponent::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  <tr><td class="InfoBoxCellStyleTemplate">Models/Databases</td></tr>
</td></tr>}}
  <tr><td>
}}<!--
  <ul>
-->{{#ifeq:{{PropertyTestTemplate|prop=HasApplication|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
  {{#arraymap:{{{Model-Database|}}}|;|xx|<li>[[HasModelDatabase::xx]]|</li>}}
<tr><td class="InfoBoxCellStyleTemplate">Projects/Applications</td></tr>
  </ul></td></tr>
<tr><td>{{#ask:[[-HasApplication::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
}}
</td></tr>}}<!--
{{#ifeq:{{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]|format=count}}|0||
-->{{#ifeq:{{PropertyTestTemplate|prop=HasModelDatabase|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
  <tr><td class="InfoBoxCellStyleTemplate">Implemented in computer model</td></tr>
<tr><td class="InfoBoxCellStyleTemplate">Models/Databases</td></tr>
  <tr><td>
<tr><td>{{#ask:[[-HasModelDatabase::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  {{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]  
</td></tr>}}<!--
    |format=ul
-->{{#ifeq:{{PropertyTestTemplate|prop=HasOverview|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
  }}</td></tr>
<tr><td class="InfoBoxCellStyleTemplate">Relevant  overviews</td></tr>
}}
<tr><td>{{#ask:[[-HasOverview::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
{{#ifeq:{{{KeyReference|}}}|||
</td></tr>}}<!--
  <tr><td class="InfoBoxCellStyleTemplate">Key publications</td></tr>
-->{{#ifeq:{{PropertyTestTemplate|prop=HasKeyReference|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
  <tr><td>
<tr><td class="InfoBoxCellStyleTemplate">Key publications</td></tr>
  <ul>
<tr><td><tr><td>{{#ask:[[-HasKeyReference::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  {{#arraymap:{{{KeyReference|}}}|;|xx|<li>[[HasKeyReference::xx]]|</li>}}
</td></tr>}}<!--
  </ul></td></tr>
-->{{#ifeq:{{PropertyTestTemplate|prop=HasReference|page={{FULLPAGENAME}} }}|0||
}}
<tr><td class="InfoBoxCellStyleTemplate">References</td></tr>
{{#ifeq:{{{Reference|}}}|||
<tr><td class="mw-collapsible mw-collapsed">
  <tr><td class="InfoBoxCellStyleTemplate">References</td></tr>
{{#ask:[[-HasReference::{{FULLPAGENAME}}]]|format=ul}}
  <tr class="mw-collapsible mw-collapsed"><td>
</td></tr>
  <ul>
  {{#arraymap:{{{Reference|}}}|;|xx|<li>[[HasReference::xx]]|</li>}}
  </ul></td></tr>
}}
}}
</table>
</table>
</div>
</div>
|}}
}}<!--
</includeonly>
--></includeonly>

Latest revision as of 16:41, 24 March 2020

It should be called in the following format:

{{InfoBoxtemplate}}