Template:Card

Revision as of 03:00, 14 September 2026 by Parijat (talk | contribs) (Created page with "<div style="background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 18px; box-shadow: 0 1px 3px rgba(0,0,0,0.08);">{{#if:{{{icon|}}}|<div style="font-size: 1.4em; margin-bottom: 6px;">{{{icon}}}</div>}}'''[[{{{1}}}|{{{1}}}]]'''{{#if:{{{desc|}}}|<div style="color: #666; font-size: 0.9em; margin-top: 4px;">{{{desc}}}</div>}}</div><noinclude> == Usage == <pre> {{Card|Page Name}} {{Card|Page Name|icon=🌾|desc=Short description of the page.}} </pre> '''Parame...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[[{{{1}}}|{{{1}}}]]

Usage

{{Card|Page Name}}
{{Card|Page Name|icon=🌾|desc=Short description of the page.}}

Parameters:

1
Required. The page title — used as both the link target and the visible title.
icon
Optional. An emoji or short character shown above the title.
desc
Optional. A short description shown below the title.

Must be used inside a Template:Tl / Template:Tl pair — see Template:CardGridStart.