Form:Tutorial: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 11: Line 11:
{| class="formtable"
{| class="formtable"
! Difficulty:
! Difficulty:
| {{{field|difficulty|input type=text}}}
| {{{field|difficulty|input type=dropdown|values=Beginner, Intermediate, Expert}}}
|-
|-
! Time needed:
! Time estimate:
| {{{field|time|input type=text}}}
| {{{field|time|input type=text|placeholder=90 minutes}}}
|-
|-
! Type:
! Tutorial type:
| {{{field|category|input type=checkboxes|values=Maintenance, Hack, Prepress, Printing, Finishing}}}
| {{{field|type|input type=checkboxes|values=Maintenance, Hack, Prepress, Printing, Finishing}}}
|-
|-
! Tools Needed:
! For series:
| {{{field|tools|input type=textarea|rows=3}}}
| {{{field|series|input type=tokens|values from category=Duplicator series}}}
|-
|-
! Parts Needed:
! Tools needed:
| {{{field|parts|input type=textarea|rows=3}}}
| {{{field|tools|input type=tokens}}}
|-
|-
! Related Machine Series:
! Parts needed:
| {{{field|series|input type=dropdown|values from category=Duplicator Series}}}
| {{{field|parts|holds template}}}
|-
|-
! Related Error Messages:
! Related errors:
| {{{field|errors|input type=textarea|rows=3}}}
| {{{field|errors|holds template}}}
|}
{{{end template}}}
 
<!-- SUBOBJECT FORMS: -->
{{{end template}}}
{{{for template|Tutorial/part|multiple|add button text=Add a part|embed in field=Tutorial[parts]}}}
{| class="formtable"
! Part number
| {{{field|part_number|input type=text|mandatory}}}
|-
! Name
| {{{field|part_name|input type=text}}}
|-
! Quantity needed
| {{{field|part_qty|input type=text}}}
|}
{{{end template}}}
{{{for template|Tutorial/error|multiple|add button text=Add an error code|embed in field=Tutorial[errors]}}}
{| class="formtable"
! Error code
| {{{field|error_code|input type=text|mandatory}}}
|-
! Error name
| {{{field|error_name|input type=text}}}
|-
! Error message
| {{{field|error_message|input type=textarea}}}
|}
|}
{{{end template}}}
{{{end template}}}
</includeonly>
</includeonly>

Latest revision as of 19:27, 31 January 2025

This is the "Tutorial" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.