<templatedata> {
"params": {
"platform": {
"label": "Platform",
"description": "Social media platform identifier. Controls the card's color scheme. Use 'discord' for purple or 'tiktok' for dark.",
"type": "string",
"required": true,
"suggestedvalues": ["discord", "tiktok"]
},
"icon": {
"label": "Icon",
"description": "Icon image filename (e.g. Discord-logo.png). Displays at 40x40px centered near the top of the card.",
"type": "wiki-file-name",
"required": true
},
"text": {
"label": "Text",
"description": "Descriptive text shown below the icon (e.g. Join our server!).",
"type": "string",
"required": true
},
"url": {
"label": "URL",
"description": "Full external URL the card links to (e.g. https://discord.gg/holdfastgame).",
"type": "url",
"required": true
},
"button_label": {
"label": "Button Label",
"description": "Text displayed in the button bar at the bottom of the card (e.g. Official Holdfast Discord).",
"type": "string",
"required": true
}
},
"description": "A 243x222px social media link card with an icon, descriptive text, and a clickable button. The entire card acts as a link. Used on the Main Page sidebar for Discord and TikTok links.",
"format": "block"
} </templatedata>