Difference between revisions of "Template:PrinterInfobox"

From CEED Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
!Compatible materials
 
!Compatible materials
 
|{{{materials}}}
 
|{{{materials}}}
 +
|-
 +
!Minimum Layer Height
 +
|{{{minLayerHeight}}}
 +
|-
 +
! Heated Build Plate
 +
|{{{heatedBuildPlate}}}
 
|}
 
|}
 
</div>
 
</div>
 
<noinclude>
 
<noinclude>
=Samples=
 
{{PrinterInfobox|image=Raise3D_N2_Plus.png|name=Raise3D N2 Plus|buildVolume=304.8&nbsp;mm × 304.8&nbsp;mm × 609.6&nbsp;mm|materials=PLA, ABS, PVA}}
 
{{PrinterInfobox|image=Ultimaker2+.png|name=Ultimaker 2+|buildVolume=304.8&nbsp;mm × 304.8&nbsp;mm × 609.6&nbsp;mm|materials=PLA, NinjaFlex}}
 
 
<templatedata>
 
<templatedata>
 
{
 
{
Line 19: Line 22:
 
"name": {
 
"name": {
 
"type": "line",
 
"type": "line",
"required": true
+
"required": true,
 +
"label": "Name",
 +
"example": "Ultimaker 2+",
 +
"autovalue": ""
 
},
 
},
 
"image": {
 
"image": {
 
"type": "wiki-file-name",
 
"type": "wiki-file-name",
"required": true
+
"required": true,
 +
"label": "Image",
 +
"example": "myimage.png"
 
},
 
},
 
"buildVolume": {
 
"buildVolume": {
 
"type": "string",
 
"type": "string",
"required": true
+
"required": true,
 +
"label": "Build Volume",
 +
"example": "200&nbsp;mm × 200&nbsp;mm × 200&nbsp;mm"
 
},
 
},
 
"materials": {
 
"materials": {
 
"type": "content",
 
"type": "content",
 +
"required": true,
 +
"label": "Materials",
 +
"example": "PLA, ABS"
 +
},
 +
"minLayerHeight": {
 +
"label": "Minimum Layer Height",
 +
"type": "number",
 +
"autovalue": "0.2",
 +
"required": true
 +
},
 +
"heatedBuildPlate": {
 +
"label": "Heated Build Plate",
 +
"description": "Does this printer have a heated build plate?",
 +
"type": "boolean",
 
"required": true
 
"required": true
 
}
 
}
 
},
 
},
"format": "block"
+
"format": "block",
 +
"paramOrder": [
 +
"name",
 +
"image",
 +
"buildVolume",
 +
"materials",
 +
"minLayerHeight",
 +
"heatedBuildPlate"
 +
]
 
}
 
}
 
</templatedata>
 
</templatedata>
 
</noinclude>
 
</noinclude>

Revision as of 00:01, 6 December 2018

{{{name}}}
[[File:{{{image}}}]]
Build Volume {{{buildVolume}}}
Compatible materials {{{materials}}}
Minimum Layer Height {{{minLayerHeight}}}
Heated Build Plate {{{heatedBuildPlate}}}

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

no description

Example
Ultimaker 2+
Auto value
Linerequired
Imageimage

no description

Example
myimage.png
Filerequired
Build VolumebuildVolume

no description

Example
200&nbsp;mm × 200&nbsp;mm × 200&nbsp;mm
Stringrequired
Materialsmaterials

no description

Example
PLA, ABS
Contentrequired
Minimum Layer HeightminLayerHeight

no description

Auto value
0.2
Numberrequired
Heated Build PlateheatedBuildPlate

Does this printer have a heated build plate?

Booleanrequired