Template:TutorialMeta
Template page
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). The tutorial appears under all listed topic sections. 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 used for filtering within tutorial sections.
image- Cover image filename only â no
File:prefix (e.g.MyThumbnail.png). Upload via Special:Upload first.
Notes
- The page is automatically tagged into
[[Category:Tutorials]]and[[Category:Tutorials/Audio]]etc. via#arraymap(requires Extension:Arrays). - After saving, the tutorial appears on the hub within seconds (Cargo job queue).
- A hidden
div.tutorial-meta-datais added to the page for legacy JS compatibility. It hasdisplay:noneand is not visible.
This template defines the table "Tutorials". View table.