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!
   
[[|Category]]


CategoryCard

Displays a visual card linking to a project category hub. Used on the Main Page to show project categories with an icon, name, description, and optional live count.

Usage

{{CategoryCard
| icon        = mimetypes-audio-x-generic
| name        = Audio
| link        = Projects/Audio
| description = Music, sound design, field recordings, and anything audio.
| count       = {{#cargo_query:tables=Projects|fields=COUNT(DISTINCT _pageID)=n|where=categories HOLDS 'Audio'}}
}}

Parameters

icon
Filename without .png extension. Defaults to places-folder.
name
Display name. Defaults to "Category".
link
Wiki page to link to (e.g. Projects/Audio).
description
Optional short description shown below the name.
count
Optional count shown at the bottom. Use a #cargo_query for a live count.

Notes

  • Wrap multiple CategoryCards in {{CardGrid}}.

Displays a visual icon card linking to a project category hub. Wrap multiple cards in {{CardGrid}}.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Iconicon

Icon filename without the .png extension (e.g. mimetypes-audio-x-generic). Defaults to places-folder.

Default
places-folder
Stringoptional
Namename

Display name shown on the card.

Default
Category
Stringoptional
Linklink

Wiki page this card links to (e.g. Projects/Audio).

Page namerequired
Descriptiondescription

Short description shown below the card name. Keep to one sentence.

Stringoptional
Countcount

Number shown at the bottom of the card. Use a #cargo_query for a live count.

Contentoptional
Contents