Pages which use this template are listed at Category:Tutorials.
Template:Tutorial: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 48: | Line 48: | ||
}, | }, | ||
"series": { | "series": { | ||
"label": "For series (other)", | |||
"description": "The list of Duplicator Series this tutorial applies to.", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"series_type": { | |||
"label": "For series", | "label": "For series", | ||
"description": " | "description": "Groupings of different series (i.e. FR/GR, Z+, etc.). Also has an \"Other\" option, which should be specified further.", | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true | ||
} | } | ||
| Line 59: | Line 65: | ||
"difficulty", | "difficulty", | ||
"time", | "time", | ||
"series_type", | |||
"series", | "series", | ||
"tools", | "tools", | ||
| Line 71: | Line 78: | ||
| difficulty = {{{difficulty|}}} | | difficulty = {{{difficulty|}}} | ||
| time = {{{time|}}} | | time = {{{time|}}} | ||
| series_type = {{{series_type|}}} | |||
| series = {{{series|}}} | | series = {{{series|}}} | ||
| series_label = {{{series_label|}}} | |||
| tools = {{{tools|}}} | | tools = {{{tools|}}} | ||
| parts = {{{parts|}}} | | parts = {{{parts|}}} | ||
| errors = {{{errors|}}} | | errors = {{{errors|}}} | ||
}}<!-- | }}<!-- | ||
-->[[Category:Tutorials]]</includeonly> | -->[[Category:Tutorials]][[Category:Resources]]</includeonly> | ||
Latest revision as of 15:24, 30 November 2025
TemplateData
The main template for the "Tutorial" class used on how-to type articles. This template handles semantic annotation and transcludes display templates for the data (mainly Template:Infobox tutorial).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Tutorial type | tutorial_type | What type of tutorial this is.
| String | required |
| Difficulty | difficulty | How complex/advanced this tutorial is to follow.
| String | suggested |
| Time estimate | time | Estimate of how long this tutorial will take. | String | suggested |
| For series | series_type | Groupings of different series (i.e. FR/GR, Z+, etc.). Also has an "Other" option, which should be specified further. | String | suggested |
| For series (other) | series | The list of Duplicator Series this tutorial applies to. | Page name | suggested |
| Tools needed | tools | What tools to have on hand. | Unknown | optional |
| Parts needed | parts | Replacement parts needed. | Unknown | optional |
| Error codes | errors | Error codes associated with this tutorial. | Unknown | optional |