Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
       🚧 True to our name, we’re still a work in progress. 🚧
   
       You’re welcome to explore, but account registration is currently invite-only as we finalize the setup. 
       Join our forum or follow Mastodon for updates. 
       Full Wiki launch coming soon!
   
Revision as of 00:16, 2 April 2026 by Anthony (talk | contribs) (Changes made to align with the new hub revamp. Replaced topics with tags, removed difficulty.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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, or advanced to 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.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Tutorial namename

Display name. Defaults to the page name.

Default
{{PAGENAME}}
Stringoptional
Descriptiondescription

Short description shown on the tutorial card hover.

Contentoptional
Tagstags

Comma-separated tags. Include topic and difficulty tags (e.g. audio, beginner, synthesis).

Stringoptional
Cover imageimage

Cover image filename without File: prefix.

Fileoptional

This template defines the table "Tutorials". View table.

Contents