[[{{{title}}}|{{{title}}}]]

<templatedata> {

   "params": {
       "title": {
           "label": "Title",
           "description": "Display text shown below the image",
           "type": "string",
           "required": true
       },
       "image": {
           "label": "Image",
           "description": "Image filename (e.g. Musketeer.png)",
           "type": "wiki-file-name",
           "suggested": true
       },
       "link": {
           "label": "Link",
           "description": "Page to link to. Defaults to the title.",
           "type": "wiki-page-name"
       },
       "description": {
           "label": "Description",
           "description": "Short description text below the title",
           "type": "string"
       }
   },

"description": "A clickable card with an image, title, and optional description that links to a wiki page. Use inside

{{{content}}}

for a grid layout.",

   "format": "inline"

} </templatedata>