Template:InfoBoxTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (Text replace - "[[HasExternalModel" to "[[HasModelDatabase")
No edit summary
 
(90 intermediate revisions by 2 users 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>
</noinclude><includeonly><!--
{{#ifexpr:{{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" >
-->{{#ifeq:{{InfoboxTestTemplate|basepage={{ROOTPAGENAME}}|subpage={{SUBPAGENAME}} }}|0|| <!--
{{InfoBoxStyleTemplate}}
existing data for infobox
{{#ifeq:{{{Overview|}}}|||
--><div class="InfoBoxTemplateClear"><table class="InfoBoxStyle"> <!--
  <tr><td class="InfoBoxCellStyleTemplate">Relevant  overviews</td></tr>
-->{{#ifeq:{{PropertyTestTemplate|prop=IsImplementationOf|page={{ROOTPAGENAME}}|reverse=1 }}|0||
  <tr><td>
<tr><td class="InfoBoxCellStyleTemplate">Component is implemented in:</td></tr>
   <ul>
<tr><td>{{#arraymap:
   {{#arraymap:{{{Overview|}}}|;|xx|<li>[[HasOverview::xx]]|</li>}}
   {{#ask:[[IsImplementationOf::{{ROOTPAGENAME}}]]|link=none|sep=;}}
  </ul>
  |;|yy
   </td></tr>
   |{{#arraymap: {{#ask:[[Category:ModelVersion]][[IsVersionOf::yy]]|link=none|sep=;}}
}}
    |;|xx
{{#ifeq:{{{IMAGEComponent|}}}|||
    |{{#ifeq:{{#ask:[[IsCurrentVersion::true]][[IsVersionOf::yy]]|link=none}}|xx
  <tr><td class="InfoBoxCellStyleTemplate">Related IMAGE components</td></tr>
      |<ul><li>[[yy]] (version {{#ask:[[xx]]|format=Plainlist}})</li></ul>
  <tr ><td>
      {{#ask:[[Category:AggregatedComponent]][[-IsImplementationOf::yy]]
  <ul>
        |intro=Aggregated component:|format=ul
  {{#arraymap:{{{IMAGEComponent|}}}|;|xx|<li>[[HasIMAGEComponent::xx]]|</li>}}
      }}{{#ask:[[Category:Component]][[-IsImplementationOf::yy]]
  </ul>
          |intro=Components:|format=ul}}
  </td></tr>
    |}}   
}}
   |}}
{{#ifeq:{{{Application|}}}|||
| and }}
  <tr><td class="InfoBoxCellStyleTemplate">Projects/Applications</td></tr>
</td></tr><!--
  <tr><td>
-->{{#ifeq:{{PropertyTestTemplate|prop=HasIMAGEComponent|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
  <ul>
<tr><td class="InfoBoxCellStyleTemplate">Related IMAGE components</td></tr>
  {{#arraymap:{{{Application|}}}|;|xx|<li>[[HasApplication::xx]]|</li>}}
<tr ><td>{{#ask:[[-HasIMAGEComponent::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  </ul>
</td></tr>}}
  </td></tr>
}}<!--
}}
-->{{#ifeq:{{PropertyTestTemplate|prop=HasApplication|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
{{#ifeq:{{{ExternalModel|}}}|||
<tr><td class="InfoBoxCellStyleTemplate">Projects/Applications</td></tr>
  <tr><td class="InfoBoxCellStyleTemplate">External models</td></tr>
<tr><td>{{#ask:[[-HasApplication::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  <tr><td>
</td></tr>}}<!--
  <ul>
-->{{#ifeq:{{PropertyTestTemplate|prop=HasModelDatabase|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
  {{#arraymap:{{{ExternalModel|}}}|;|xx|<li>[[HasModelDatabase::xx]]|</li>}}
<tr><td class="InfoBoxCellStyleTemplate">Models/Databases</td></tr>
  </ul>
<tr><td>{{#ask:[[-HasModelDatabase::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  </td></tr>
</td></tr>}}<!--
}}
-->{{#ifeq:{{PropertyTestTemplate|prop=HasOverview|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
{{#ifeq:{{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]|format=count}}|0||
<tr><td class="InfoBoxCellStyleTemplate">Relevant  overviews</td></tr>
  <tr><td class="InfoBoxCellStyleTemplate">Implemented in computer model</td></tr>
<tr><td>{{#ask:[[-HasOverview::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
  <tr><td>
</td></tr>}}<!--
  {{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]  
-->{{#ifeq:{{PropertyTestTemplate|prop=HasKeyReference|page={{#titleparts: {{FULLPAGENAME}}|1}} }}|0||
    |format=ul
<tr><td class="InfoBoxCellStyleTemplate">Key publications</td></tr>
  }}</td></tr>
<tr><td><tr><td>{{#ask:[[-HasKeyReference::{{#titleparts: {{FULLPAGENAME}}|1}}]]|format=ul}}
}}
</td></tr>}}<!--
{{#ifeq:{{{KeyReference|}}}|||
-->{{#ifeq:{{PropertyTestTemplate|prop=HasReference|page={{FULLPAGENAME}} }}|0||
  <tr><td class="InfoBoxCellStyleTemplate">Key publications</td></tr>
<tr><td class="InfoBoxCellStyleTemplate">References</td></tr>
  <tr><td>
<tr><td class="mw-collapsible mw-collapsed">
  <ul>
{{#ask:[[-HasReference::{{FULLPAGENAME}}]]|format=ul}}
  {{#arraymap:{{{KeyReference|}}}|;|xx|<li>[[HasKeyReference::xx]]|</li>}}
</td></tr>
  </ul>
  </td></tr>
}}
{{#ifeq:{{{Reference|}}}|||
  <tr><td class="InfoBoxCellStyleTemplate">References</td></tr>
  <tr class="mw-collapsible mw-collapsed"><td>
  <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}}