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}}:
{{CardGrid|
{{NavCard|icon=apps-help-browser|name=FAQ|link=FAQ|description=...}}
{{NavCard|icon=apps-system-users|name=Staff|link=Staff|description=...}}
}}
Parameters
icon- Icon filename without
.pngextension (e.g.apps-help-browser). Defaults toplaces-folder. Browse available icons at Special:ListFiles or use any uploaded PNG. name- Card title â also used as the link display text. Defaults to "Page".
link- Wiki page to link to. Required for the card to be clickable.
description- Optional small text below the title. Keep to one sentence.