(36 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title"> | <div class="infobox-title">DEVICES</div> | ||
<table> | <table> | ||
{| | {| | ||
|- | |- | ||
| | | {{#switch: {{{sensordata}}} | ||
| 1 = [[File:SensorData_Enabled.png|50px]][[Category:SensorData]] | |||
| 0 = [[File:SensorData_Disabled.png|50px]] | |||
| #default = [[File:SensorData_Disabled.png|50px]] | |||
}} | |||
|| {{#switch: {{{solarenergy}}} | |||
| 1 = [[File:SolarEnergy_Enabled.png|50px]][[Category:SolarEnergy]] | |||
| 0 = [[File:SolarEnergy_Disabled.png|50px]] | |||
| #default = [[File:SolarEnergy_Disabled.png|50px]] | |||
}} | |||
|| {{#switch: {{{digitalfabrication}}} | |||
| 1 = [[File:DigitalFabrication_Enabled.png|50px]][[Category:DigitalFabrication]] | |||
| 0 = [[File:DigitalFabrication_Disabled.png|50px]] | |||
| #default = [[File:DigitalFabrication_Disabled.png|50px]] | |||
}} | |||
|- | |- | ||
| | | {{#switch: {{{biomaterials}}} | ||
| 1 = [[File:LivingBioMaterials_Enabled.png|50px]][[Category:BioMaterials]] | |||
| 0 = [[File:LivingBioMaterials_Disabled.png|50px]] | |||
| #default = [[File:LivingBioMaterials_Disabled.png|50px]] | |||
}} | |||
|| {{#switch: {{{roboticintelligence}}} | |||
| 1 = [[File:RoboticIntelligence_Enabled.png|50px]][[Category:RoboticIntelligence]] | |||
| 0 = [[File:RoboticIntelligence_Disabled.png|50px]] | |||
| #default = [[File:RoboticIntelligence_Disabled.png|50px]] | |||
}} | |||
|| {{#switch: {{{reactivematerials}}} | |||
| 1 = [[File:ReactiveMaterials_Enabled.png|50px]][[Category:ReactiveMaterial]] | |||
| 0 = [[File:ReactiveMaterials_Disabled.png|50px]] | |||
| #default = [[File:ReactiveMaterials_Disabled.png|50px]] | |||
}} | |||
|- | |- | ||
| | | {{#switch: {{{airdepuration}}} | ||
| 1 = [[File:AirDepuration_Enabled.png|50px]][[Category:AirDepuration]] | |||
| 0 = [[File:AirDepuration_Disabled.png|50px]] | |||
| #default = [[File:AirDepuration_Disabled.png|50px]] | |||
}} | |||
|| {{#switch: {{{ledtech}}} | |||
| 1 = [[File:LEDTech_Enabled.png|50px]][[Category:LEDTech]] | |||
| 0 = [[File:LEDTech_Disabled.png|50px]] | |||
| #default = [[File:LEDTech_Disabled.png|50px]] | |||
}} | |||
|| {{#switch: {{{processactivators}}} | |||
| 1 = [[File:ProcessActivators_Enabled.png|50px]][[Category:ProcessActivators]] | |||
| 0 = [[File:ProcessActivators_Disabled.png|50px]] | |||
| #default = [[File:ProcessActivators_Disabled.png|50px]] | |||
}} | |||
|} | |} | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "sensordata":{ | ||
" | "type": "boolean", | ||
" | "default": "0", | ||
" | "required": true, | ||
" | "suggested": true, | ||
" | "description": "State whether this type of device is used by the project."}, | ||
" | "solarenergy":{ | ||
" | "type": "boolean", | ||
" | "default": "0", | ||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"digitalfabrication":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"biomaterials":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"roboticintelligence":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"reactivematerials":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"airdepuration":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"ledtech":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."}, | |||
"processactivators":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of device is used by the project."} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "sensordata", | ||
" | "solarenergy", | ||
" | "digitalfabrication", | ||
" | "biomaterials", | ||
" | "roboticintelligence", | ||
" | "reactivematerials", | ||
" | "airdepuration", | ||
" | "ledtech", | ||
" | "processactivators" | ||
], | ], | ||
"description": "Template for adding a devices section to a project page", | "description": "Template for adding a devices section to a project page", |
Latest revision as of 10:42, 20 May 2020
Template for adding a devices section to a project page
Parameter | Description | Type | Status | |
---|---|---|---|---|
sensordata | sensordata | State whether this type of device is used by the project.
| Boolean | required |
solarenergy | solarenergy | State whether this type of device is used by the project.
| Boolean | required |
digitalfabrication | digitalfabrication | State whether this type of device is used by the project.
| Boolean | required |
biomaterials | biomaterials | State whether this type of device is used by the project.
| Boolean | required |
roboticintelligence | roboticintelligence | State whether this type of device is used by the project.
| Boolean | required |
reactivematerials | reactivematerials | State whether this type of device is used by the project.
| Boolean | required |
airdepuration | airdepuration | State whether this type of device is used by the project.
| Boolean | required |
ledtech | ledtech | State whether this type of device is used by the project.
| Boolean | required |
processactivators | processactivators | State whether this type of device is used by the project.
| Boolean | required |