Template:TutorialMeta
Template page
More actions
TutorialMeta
Stores tutorial metadata into the Cargo database (Tutorials table) so it appears on the Tutorials hub. Place at the top of every tutorial page.
Usage
{{TutorialMeta
| name = How to Record Field Audio on a Budget
| description = A short description shown on the hub card (1–2 sentences).
| tags = audio, recording, beginner, field-recording
| image = MyThumbnailImage.png
}}
Parameters
name- Tutorial display name. Defaults to the page name.
description- Short description shown on the tutorial card hover. Keep to 1–2 sentences.
tags- Comma-separated tags for filtering and searching. Include topic tags (e.g.
audio,software) and difficulty tags (e.g.beginner,intermediate,advanced). image- Cover image filename without
File:prefix. Upload via Special:Upload first.
Notes
- Difficulty is now handled via tags — add
beginner,intermediate, oradvancedto the tags field. - 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. Place at the top of every tutorial page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Tutorial name | name | Display name. Defaults to the page name.
| String | optional |
| Description | description | Short description shown on the tutorial card hover. | Content | optional |
| Tags | tags | Comma-separated tags. Include topic and difficulty tags (e.g. audio, beginner, synthesis). | String | optional |
| Cover image | image | Cover image filename without File: prefix. | File | optional |
This template defines the table "Tutorials". View table.