Form:Tutorial: Difference between revisions

From stencil.wiki
(Created page with "<noinclude> 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. {{#forminput:form=Tutorial}} </noinclude><includeonly> <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> {{{for template|Infobox tutorial}}} {| class="formtable" ! Difficulty: | {{{field|Difficulty}}} |- !...")
 
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 8: Line 8:
</noinclude><includeonly>
</noinclude><includeonly>
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{for template|Infobox tutorial}}}
{{{for template|Tutorial}}}
{| class="formtable"
{| class="formtable"
! Difficulty:  
! Difficulty:
| {{{field|Difficulty}}}
| {{{field|difficulty|input type=dropdown|values=Beginner, Intermediate, Expert}}}
|-
|-
! Time needed:  
! Time estimate:
| {{{field|Time needed}}}
| {{{field|time|input type=text|placeholder=90 minutes}}}
|-
|-
! Category:  
! Tutorial type:
| {{{field|Category}}}
| {{{field|type|input type=checkboxes|values=Maintenance, Hack, Prepress, Printing, Finishing}}}
|-
|-
! Tools Needed:  
! For series:
| {{{field|Tools Needed}}}
| {{{field|series|input type=tokens|values from category=Duplicator series}}}
|-
|-
! Parts Needed:  
! Tools needed:
| {{{field|Parts Needed}}}
| {{{field|tools|input type=tokens}}}
|-
|-
! Related Machine Series:  
! Parts needed:
| {{{field|Related Machine Series}}}
| {{{field|parts|holds template}}}
|-
|-
! Related Error Messages:  
! Related errors:
| {{{field|Related Error Messages}}}
| {{{field|errors|holds template}}}
|}
|}
{{{end template}}}
{{{end template}}}


'''Free text:'''
<!-- SUBOBJECT FORMS: -->
 
{{{end template}}}
{{{standard input|free text|rows=10}}}
{{{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}}}
</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.