Template:TutorialMeta
More actions
TutorialMeta
Stores tutorial metadata into the Cargo database (Tutorials table) so it appears on the Tutorials hub under the correct topic section. Also auto-tags the page into the relevant categories. Place at the top of every tutorial page.
Usage
{{TutorialMeta
| name = How to Record Field Audio on a Budget
| topic = Audio
| difficulty = Beginner
| description = A short description shown on the hub card (1â2 sentences).
| tags = audio recording field budget beginner
| image = MyThumbnailImage.png
}}
Parameters
name- Tutorial display name shown on the hub card. Defaults to the page name.
topic- One or more topics, comma-separated (e.g.
AudioorAudio, Software). Valid values: Audio, Digital Arts, Games, Handicrafts, Photography, Software, Video, Writing, World Building. difficulty- Difficulty level shown as a coloured badge. Values:
Beginner,Intermediate,Advanced. Defaults to Beginner. description- Short description shown on the tutorial card hover. Keep to 1â2 sentences.
tags- Space-separated keywords for filtering within tutorial sections.
image- Cover image filename without
File:prefix. Upload via Special:Upload first.
Notes
- The page is automatically tagged into
[[Category:Tutorials]]and[[Category:Tutorials/Audio]]etc. - After saving, the tutorial appears on the hub within seconds (Cargo job queue).
Registers a tutorial in the Cargo database so it appears on the Tutorials hub. Also auto-categorises the page. Place at the top of every tutorial page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Tutorial name | name | Display name shown on the hub card. Defaults to the page name.
| String | optional |
| Topic(s) | topic | One or more topics, comma-separated (e.g. Audio or Audio, Software).
| String | required |
| Difficulty | difficulty | Difficulty level shown as a coloured badge on the card.
| String | optional |
| Description | description | Short description shown on the tutorial card hover. Keep to 1-2 sentences. | Content | optional |
| Tags | tags | Space-separated keywords for filtering within tutorial sections. | String | optional |
| Cover image | image | Cover image filename without the File: prefix (e.g. MyThumbnail.png). Upload via Special:Upload first. | File | optional |
This template defines the table "Tutorials". View table.