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...") |
|||
(One intermediate revision by the same user not shown) | |||
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> | ||
Line 74: | Line 74: | ||
"example": "140", | "example": "140", | ||
"default": "140", | "default": "140", | ||
+ | "autovalue": "", | ||
+ | "required": true, | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "buildWidthIN": { | ||
+ | "label": "Build Width", | ||
+ | "description": "Build volume width, in in", | ||
+ | "example": "24", | ||
+ | "type": "number", | ||
+ | "default": "24", | ||
+ | "autovalue": "", | ||
+ | "required": true | ||
+ | }, | ||
+ | "buildDepthIN": { | ||
+ | "label": "Build Depth", | ||
+ | "description": "Build volume depth, in in", | ||
+ | "example": "12", | ||
+ | "default": "12", | ||
+ | "autovalue": "", | ||
+ | "required": true | ||
+ | }, | ||
+ | "buildHeightIN": { | ||
+ | "label": "Build Height", | ||
+ | "description": "Build volume height, in in", | ||
+ | "example": "5.5", | ||
+ | "default": "5.5", | ||
"autovalue": "", | "autovalue": "", | ||
"required": true, | "required": true, | ||
Line 111: | Line 137: | ||
"buildDepth", | "buildDepth", | ||
"buildHeight", | "buildHeight", | ||
+ | "buildWidthIN", | ||
+ | "buildDepthIN", | ||
+ | "buildHeightIN", | ||
"materials", | "materials", | ||
"maxResolution", | "maxResolution", |
Latest revision as of 12:50, 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 |
Build Width | buildWidthIN | Build volume width, in in
| Number | required |
Build Depth | buildDepthIN | Build volume depth, in in
| Unknown | required |
Build Height | buildHeightIN | Build volume height, in in
| 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 |