Template:ComputerModelTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
<div style="float:right; clear:right; "> | <div style="float:right; clear:right; "> | ||
{{InfoBoxStyleTemplate}} | {{InfoBoxStyleTemplate}} | ||
{{#ifeq:{{{FrameworkRelation|}}}|||<tr>{{InfoBoxCellStyleTemplate}}'''Relation with IMAGE framework'''</tr> | {{#ifeq:{{{FrameworkRelation|}}}|||<tr>{{InfoBoxCellStyleTemplate}}'''Relation with IMAGE framework'''</td></tr> | ||
<tr>[[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}]]</tr> | <tr><td>[[RelationWithIMAGEFramework::{{{FrameworkRelation|}}}]]</td></tr> | ||
}} | }} | ||
{{#ifeq:{{{Component|}}}|||<tr>{{InfoBoxCellStyleTemplate}}'''Implementation of component'''</tr> | {{#ifeq:{{{Component|}}}|||<tr>{{InfoBoxCellStyleTemplate}}'''Implementation of component'''</td></tr> | ||
<tr>{{#arraymap:{{{Component|}}}|,|x|[[IsImplementedIn::x]]}}</tr> | <tr><td>{{#arraymap:{{{Component|}}}|,|x|[[IsImplementedIn::x]]}}</td></tr> | ||
}} | }} | ||
{{#ifeq:{{{Creator|}}}|||<tr>{{InfoBoxCellStyleTemplate}}'''Developed by'''</tr> | {{#ifeq:{{{Creator|}}}|||<tr>{{InfoBoxCellStyleTemplate}}'''Developed by'''</td></tr> | ||
<tr>[[HasCreator::{{{Creator|}}}]]</tr> | <tr><td>[[HasCreator::{{{Creator|}}}]]</td></tr> | ||
}} | }} | ||
</table> | </table> | ||
Revision as of 09:36, 4 June 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.