Template:CategoryHeader
More actions
CategoryHeader
Displays a styled header for category pages with an optional live count badge, back-to-hub link, and footer navigation links.
Usage
{{CategoryHeader
| title = Audio Tutorials
| subtitle = Step-by-step guides for audio production
| description = All tutorials covering audio topics â recording, mixing, synthesis, and more.
| category = Tutorials/Audio
| hub = Tutorials
| links = [[Special:PrefixIndex/Tutorials/Audio|Browse all â]]
}}
Parameters
title- Page heading. Defaults to
CategoryHeader. subtitle- Optional orange uppercase subtitle below the title.
description- Optional body text paragraph.
category- If provided, shows a live page count badge using
PAGESINCATEGORYfor this category name. hub- If provided, shows a "â Back to Hub" link in the footer bar linking to this page.
links- Optional additional wikitext links shown in the footer bar, separated by
¡ .
Displays a styled header for category pages, with an optional live count badge, back-to-hub link, and footer navigation links.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Page heading. Defaults to {{PAGENAME}}.
| String | optional |
| Subtitle | subtitle | Optional orange uppercase subtitle displayed below the title. | String | optional |
| Description | description | Optional body text paragraph shown under the subtitle. | Content | optional |
| Category name | category | If provided, shows a live page count badge using PAGESINCATEGORY for this category (e.g. Tutorials/Audio). | String | optional |
| Hub page | hub | If provided, shows a â Back to Hub link in the footer bar pointing to this wiki page. | Page name | optional |
| Extra footer links | links | Optional additional wikitext links shown in the footer bar. | Content | optional |