Template page
More actions
NavCard
Displays a styled navigation card with an icon, title link, and optional description. Used in card grids on hub pages, the Guidebook, and the Main Page. Styles are loaded from Template:NavCard/styles.css.
Usage
{{NavCard
| icon = apps-help-browser
| name = FAQ
| link = FAQ
| description = Frequently asked questions about the wiki and community.
}}
Wrap multiple NavCards in {{CardGrid}}.
Parameters
icon- Icon filename without
.pngextension (e.g.apps-help-browser). Defaults toplaces-folder. name- Card title and link display text. Defaults to "Page".
link- Wiki page to link to. Required for the card to be clickable.
description- Optional short text below the title.
Displays a styled icon navigation card with a title link and optional description. Wrap multiple cards in {{CardGrid}}.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Icon | icon | Icon filename without the .png extension (e.g. apps-help-browser). Browse icons at Special:ListFiles.
| String | optional |
| Name | name | Card title, also used as the link display text.
| String | optional |
| Link | link | Wiki page this card links to. | Page name | required |
| Description | description | Optional short text shown below the title. Keep to one sentence. | String | optional |