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!
   
Revision as of 08:28, 23 March 2026 by Anthony (talk | contribs) (Add <templatedata> for Visual Editor Usage.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 .png extension (e.g. apps-help-browser). Defaults to places-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}}.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Iconicon

Icon filename without the .png extension (e.g. apps-help-browser). Browse icons at Special:ListFiles.

Default
places-folder
Stringoptional
Namename

Card title, also used as the link display text.

Default
Page
Stringoptional
Linklink

Wiki page this card links to.

Page namerequired
Descriptiondescription

Optional short text shown below the title. Keep to one sentence.

Stringoptional
Contents