Difference between revisions of "Template:LaserInfobox"
Jump to navigation
Jump to search
(Created page with "<includeonly><div class="infobox infobox-float-{{{float|right}}}"> <div class="name">{{{name}}}</div> <div class="printer-thumb">[[File:{{{image}}}]]</div> {| !Slicer |[{{{sli...") |
|||
Line 3: | Line 3: | ||
<div class="printer-thumb">[[File:{{{image}}}]]</div> | <div class="printer-thumb">[[File:{{{image}}}]]</div> | ||
{| | {| | ||
− | ! | + | !Power Type |
− | |[{{{ | + | |[{{{powerRating}}}, {{{powerSource}}}] |
|- | |- | ||
− | !Build Volume | + | !Build Volume (mm) |
|{{{buildWidth}}} × {{{buildDepth}}} × {{{buildHeight}}} mm | |{{{buildWidth}}} × {{{buildDepth}}} × {{{buildHeight}}} mm | ||
+ | |- | ||
+ | !Build Volume (in) | ||
+ | |{{{buildWidthIN}}} × {{{buildDepthIN}}} × {{{buildHeightIN}}} in | ||
|- | |- | ||
!Compatible materials | !Compatible materials | ||
|{{{materials}}} | |{{{materials}}} | ||
|- | |- | ||
− | ! | + | !Maximum Resolution |
− | |{{{ | + | |{{{maxResolution}}} dpi |
− | |||
− | |||
− | |||
|} | |} | ||
</div><nowiki/></includeonly><noinclude> | </div><nowiki/></includeonly><noinclude> |
Revision as of 12:46, 6 August 2020
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Full name of the laser
| Line | required |
Image | image | Name of the image displayed in the info box
| File | required |
Power Source | powerSource | Type of source for this laser
| String | required |
Power Rating | powerRating | Wattage for the laser
| String | required |
Build Width | buildWidth | Build volume width, in mm
| Number | required |
Build Depth | buildDepth | Build volume depth, in mm
| Unknown | required |
Build Height | buildHeight | Build volume height, in mm
| Number | required |
Materials | materials | List of materials usable on this machine
| Content | required |
Maximum Resolution | maxResolution | Printer's maximum resolution (DPI)
| Number | required |
Float | float | Valid values are 'none', 'left', or 'right'.
| String | optional |