Template:Card: Difference between revisions
Jump to navigation
Jump to search
Updated page content |
Updated page content |
||
| Line 2: | Line 2: | ||
<h3>{{{title}}}</h3> | <h3>{{{title}}}</h3> | ||
<p>{{{desc}}}</p> | <p>{{{desc}}}</p> | ||
'''[[{{{link}}}|{{#if:{{{link_text|}}}|{{{link_text}}}|{{{link}}} →}}]]''' | |||
</div><noinclude> | </div><noinclude> | ||
<templatedata> | <templatedata> | ||
Latest revision as of 20:15, 14 September 2026
{{{title}}}
{{{desc}}}
[[{{{link}}}|{{{link}}} →]]
Creates a clean, styled navigation card for portal and hub pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Card Title | title | Heading text displayed at the top of the card
| Line | required |
| Description | desc | Descriptive summary text inside the card
| Content | required |
| Target Link | link | Wiki page target to link to (e.g. Spells by Year, or :Category:Events)
| Page name | required |
| Link Text (Optional) | link_text | Custom label for the link. If omitted, defaults to '{target} →'
| Line | optional |