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
 
(82 intermediate revisions by 6 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{ComputerModelTemplate
{{ComputerModelTemplate
|ModelType=
|Subject=
|Description=
|FrameworkRelation=
|Component=
|Creator=
|Creator=
|Component=
|ExternalURL=
|FrameworkRelation=
|Reference=
|Description=
}}
}}
</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
<table class="PageWidthTableTemplate">
| [[ComputerModelType::{{{ModelType|}}}]]
{{#ifeq:{{{Subject|}}}|||<tr><td class="PageWidthTableFirstCell">'''Subject:'''</td><td class="PageWidthTableRemainderCell">
|-
[[HasSubject::{{{Subject|}}}]]</td></tr>
! Creator
}}
| [[HasCreator::{{{Creator|}}}]]
{{#ifeq:{{{Description|}}}|||<tr><td class="PageWidthTableFirstCell">'''Description:'''</td><td class="PageWidthTableRemainderCell">
|-
[[HasDescription::{{{Description|}}}]]</td></tr>
! Component(s) implemented in this model
}}
| [[IsImplementedIn::{{{Component|}}}]]
{{#ifeq:{{{FrameworkRelation|}}}|||<tr><td class="PageWidthTableFirstCell">'''Relation with IMAGE framework:'''</td><td class="PageWidthTableRemainderCell">
|-
[[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}]]</td></tr>
! Relation with IMAGE framework
}}
| [[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}]]
{{#ifeq:{{{Component|}}}|||<tr><td class="PageWidthTableFirstCell">'''Implements:'''</td>
|-
<td class="PageWidthTableRemainderCell">
! Description
{{#arraymap:{{{Component|}}}|;|x|[[IsImplementationOf::x]]|;&nbsp;}}</td></tr>
| [[HasDescription::{{{Description|}}}]]
}}
|}
{{#ifeq:{{{Creator|}}}|||<tr><td class="PageWidthTableFirstCell">'''Developed by:'''</td>
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Creator|}}}|;|x|[[HasCreator::x]]|;&nbsp;}}</td></tr>
}}
{{#ifeq:{{{ExternalURL|}}}|||<tr><td class="PageWidthTableFirstCell">'''External link:'''</td>
<td class="PageWidthTableRemainderCell">
[[HasURL::{{{ExternalURL|}}}]]</td></tr>
}}
{{#ifeq:{{{Reference|}}}|||<tr><td class="PageWidthTableFirstCell">'''References:'''</td>
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]|;&nbsp;}}</td></tr>
}}
{{#ifeq:{{{ModelVersionOverview|}}}|||<tr><td class="PageWidthTableFirstCell">'''Model version overview:'''</td>
<td class="PageWidthTableRemainderCell">
[[HasVersionOverview::{{{ModelVersionOverview|}}}]]</td></tr>
}}
</table>
Pages that refer to {{PAGENAME}}:
{{#ask:[[HasSource::{{PAGENAME}}]]  OR [[concept:AllComponentLevels]][[HasModelDatabase::{{PAGENAME}}]] OR [[concept:AllComponentLevels]][[-IsImplementationOf::{{PAGENAME}}]] }}
 
 


[[Category:Computer Model]]
[[Category:ComputerModelAndDatabase]]
</includeonly>
</includeonly>

Latest revision as of 12:46, 11 July 2017

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

{{ComputerModelTemplate
|Subject=
|Description=
|FrameworkRelation=
|Component=
|Creator=
|ExternalURL=
|Reference=
}}

Edit the page to see the template text.