Form:Tutorial: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 23: Line 23:
|-
|-
! Tools needed:
! Tools needed:
| {{{field|tools|holds template}}}
| {{{field|tools|input type=tokens}}}
|-
|-
! Parts needed:
! Parts needed:
Line 34: Line 34:


<!-- SUBOBJECT FORMS: -->
<!-- SUBOBJECT FORMS: -->
{{{for template|Tutorial/tool|multiple|add button text=Add a tool|embed in field=Tutorial[tools]}}}
{| class="formtable"
! Name
| {{{field|tool_name
    | input type=text
    | mandatory
  }}}
|-
! Necessity
| {{{field|tool_req
    | input type=dropdown
    | mandatory
    | values=Required, Optional, Recommended
    | default=Required
  }}}
|}
{{{end template}}}
{{{end template}}}
{{{for template|Tutorial/parts|multiple|add button text=Add a part|embed in field=Tutorial[parts]}}}
{{{for template|Tutorial/part|multiple|add button text=Add a part|embed in field=Tutorial[parts]}}}
{| class="formtable"
{| class="formtable"
! Part number
! Part number
Line 57: Line 41:
|-
|-
! Name
! Name
| {{{field|part_name|input type=textarea}}}
| {{{field|part_name|input type=text}}}
|-
|-
! Quantity needed
! Quantity needed
| {{{field|part_qty|input type=text}}}
| {{{field|part_qty|input type=text}}}
|-
! Applicable machine series
| {{{field|series|input type=tokens|values from category=Duplicator series}}}
|}
|}
{{{end template}}}
{{{end template}}}
Line 71: Line 52:
| {{{field|error_code|input type=text|mandatory}}}
| {{{field|error_code|input type=text|mandatory}}}
|-
|-
! Screen text
! Error name
| {{{field|error_text|input type=textarea}}}
| {{{field|error_name|input type=text}}}
|-
|-
! Applicable machine series
! Error message
| {{{field|series|input type=tokens|values from category=Duplicator series}}}
| {{{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.