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 |
||
| Line 58: | Line 58: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | |||
"series_label": { | |||
"label": "For series (other) label", | |||
"description": "A custom label for the series grouping (useful instead of showing some large list of series, if there is some logic to the grouping)", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 67: | Line 72: | ||
"series_type", | "series_type", | ||
"series", | "series", | ||
"series_label", | |||
"tools", | "tools", | ||
"parts", | "parts", | ||
Revision as of 17:45, 1 December 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 |
| For series (other) label | series_label | A custom label for the series grouping (useful instead of showing some large list of series, if there is some logic to the grouping) | String | optional |
| 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 |