Difference between revisions of "Template:PrinterInfobox"
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| Line | required |
Image | image | no description
| File | required |
Slicer Name | slicerName | no description
| String | required |
Slicer URL | slicerLink | no description
| URL | required |
Build Volume | buildVolume | no description
| String | required |
Materials | materials | no description
| Content | required |
Minimum Layer Height (mm) | minLayerHeight | no description
| Number | required |
Heated Build Plate | heatedBuildPlate | Does this printer have a heated build plate? | Boolean | required |
Float | float | Valid values are 'none', 'left', or 'right'.
| String | optional |