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!
   

Template:TutorialMeta: Difference between revisions

Template page
No edit summary
(No difference)

Revision as of 01:13, 18 March 2026

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. Audio or Audio, 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-data is added to the page for legacy JS compatibility. It has display:none and is not visible.

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

Contents