Template:InfoBoxTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (Text replace - "{{InfoBoxCellStyleTemplate}}" to "<td class="InfoBoxCellStyleTemplate">")
No edit summary
Line 15: Line 15:
{{InfoBoxStyleTemplate}}
{{InfoBoxStyleTemplate}}
{{#ifeq:{{{Overview|}}}|||
{{#ifeq:{{{Overview|}}}|||
   <tr><td class="InfoBoxCellStyleTemplate"><b>Relevant  overviews</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">Relevant  overviews</td></tr>
   <tr><td>
   <tr><td>
   <ul>
   <ul>
Line 23: Line 23:
}}
}}
{{#ifeq:{{{IMAGEComponent|}}}|||
{{#ifeq:{{{IMAGEComponent|}}}|||
   <tr><td class="InfoBoxCellStyleTemplate"><b>Related IMAGE components</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">Related IMAGE components</td></tr>
   <tr><td>
   <tr><td>
   <ul>
   <ul>
Line 31: Line 31:
}}
}}
{{#ifeq:{{{Application|}}}|||
{{#ifeq:{{{Application|}}}|||
   <tr><td class="InfoBoxCellStyleTemplate"><b>Projects/Applications</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">Projects/Applications</td></tr>
   <tr><td>
   <tr><td>
   <ul>
   <ul>
Line 39: Line 39:
}}
}}
{{#ifeq:{{{ExternalModel|}}}|||
{{#ifeq:{{{ExternalModel|}}}|||
   <tr><td class="InfoBoxCellStyleTemplate"><b>External models</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">External models</td></tr>
   <tr><td>
   <tr><td>
   <ul>
   <ul>
Line 47: Line 47:
}}
}}
{{#ifeq:{{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]|format=count}}|0||
{{#ifeq:{{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]|format=count}}|0||
   <tr><td class="InfoBoxCellStyleTemplate"><b>Implemented in computer model</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">Implemented in computer model</td></tr>
   <tr><td>
   <tr><td>
   {{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]  
   {{#ask:[[Category:ComputerModelAndDatabase]][[IsImplementationOf::{{PAGENAME}}]]  
Line 54: Line 54:
}}
}}
{{#ifeq:{{{KeyReference|}}}|||
{{#ifeq:{{{KeyReference|}}}|||
   <tr><td class="InfoBoxCellStyleTemplate"><b>Main publications</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">Main publications</td></tr>
   <tr><td>
   <tr><td>
   <ul>
   <ul>
Line 62: Line 62:
}}
}}
{{#ifeq:{{{Reference|}}}|||
{{#ifeq:{{{Reference|}}}|||
   <tr><td class="InfoBoxCellStyleTemplate"><b>References</b></td></tr>
   <tr><td class="InfoBoxCellStyleTemplate">References</td></tr>
   <tr><td>
   <tr><td>
   <ul>
   <ul>

Revision as of 13:32, 13 December 2013

It should be called in the following format:

{{InfoBoxtemplate
|Application=
|IMAGEComponent=
|ExternalModel=
|KeyReference=
|Reference=
}}