Template:ComputerModelTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "ComputerModelTemplate" template. It should be called in the following format: <pre> {{ComputerModelTemplate |ModelType= |Creator= |Component= |Framewo...")
 
No edit summary
Line 12: Line 12:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
! Type of model
{{#ifeq:{{{ModelType|}}}||{{#ifeq:{{{FrameworkRelation|}}}|||{{PAGENAME}} belongs to the [[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}s]]}}|{{PAGENAME}} is the [[ComputerModelType::{{{ModelType|}}}]] of the IMAGE framework {{#ifeq:{{{FrameworkRelation|}}}|||and belongs to the [[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}s]]}}.
| [[ComputerModelType::{{{ModelType|}}}]]
}}
|-
! Creator
| [[HasCreator::{{{Creator|}}}]]
|-
! Component(s) implemented in this model
| [[IsImplementedIn::{{{Component|}}}]]
|-
! Relation with IMAGE framework
| [[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}]]
|-
! Description
| [[HasDescription::{{{Description|}}}]]
|}


{{#ifeq:{{{Component|}}}|||Components that are implemented in the FAIR computer model are: {{#arraymap:{{{Component|}}}|,|x|[[IsImplementedIn::x]]}}.}}
{{#ifeq:{{{Creator|}}}|||{{PAGENAME}} is developed by [[HasCreator::{{{Creator|}}}]].}}
{{{Description|}}}
[[Category:Computer Model]]
[[Category:Computer Model]]
</includeonly>
</includeonly>

Revision as of 14:17, 30 May 2013

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

{{ComputerModelTemplate
|ModelType=
|Creator=
|Component=
|FrameworkRelation=
|Description=
}}

Edit the page to see the template text.