Difference between revisions of "Template:PrinterInfobox"

From CEED Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly><div class="infobox">
+
<includeonly><div class="infobox" style="float: {{{float}}}">
 
<div class="name">{{{name}}}</div>
 
<div class="name">{{{name}}}</div>
 
<div class="printer-thumb">[[File:{{{image}}}]]</div>
 
<div class="printer-thumb">[[File:{{{image}}}]]</div>
Line 71: Line 71:
 
"type": "string",
 
"type": "string",
 
"required": true
 
"required": true
 +
},
 +
"float": {
 +
"label": "Float",
 +
"description": "Valid values are 'none', 'left', or 'right'.",
 +
"example": "right",
 +
"type": "string",
 +
"default": "none",
 +
"autovalue": "none"
 
}
 
}
 
},
 
},
Line 82: Line 90:
 
"materials",
 
"materials",
 
"minLayerHeight",
 
"minLayerHeight",
"heatedBuildPlate"
+
"heatedBuildPlate",
 +
"float"
 
]
 
]
 
}
 
}
 
</templatedata>
 
</templatedata>
 
</noinclude>
 
</noinclude>

Revision as of 20:30, 7 June 2020

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
Slicer NameslicerName

no description

Example
Cura
Stringrequired
Slicer URLslicerLink

no description

Example
https://ultimaker.com/cura
URLrequired
Build VolumebuildVolume

no description

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

no description

Example
PLA, ABS
Contentrequired
Minimum Layer Height (mm)minLayerHeight

no description

Default
0.2
Auto value
Numberrequired
Heated Build PlateheatedBuildPlate

Does this printer have a heated build plate?

Booleanrequired
Floatfloat

Valid values are 'none', 'left', or 'right'.

Default
none
Example
right
Auto value
none
Stringoptional