More languages
More actions
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
@param name The name of the author or topic. | @param name The name of the author or topic. | ||
@param scale Scaling-in value. | @param scale Scaling-in value. | ||
@param desc The description you want to display when the user hovers over the link long enough. | |||
--> | --> | ||
<noinclude> | <noinclude> | ||
Line 52: | Line 53: | ||
"description": "Scale-in the image to make sure it fills the entire card. Can have decimals. Expressed as a factor. Image will always be centred. Default: 1", | "description": "Scale-in the image to make sure it fills the entire card. Can have decimals. Expressed as a factor. Image will always be centred. Default: 1", | ||
"default": "1" | "default": "1" | ||
}, | |||
"desc": { | |||
"type": "string", | |||
"required": false, | |||
"description": "The description you want to display when the user hovers over the link long enough." | |||
} | } | ||
} | } |
Revision as of 20:21, 25 February 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | The image filename or URL, with extension (.jpg etc)
| String | required |
category | category | The associated category name. | String | required |
name | name | The name of the author or topic. | String | required |
scale | scale | Scale-in the image to make sure it fills the entire card. Can have decimals. Expressed as a factor. Image will always be centred. Default: 1
| String | optional |
desc | desc | The description you want to display when the user hovers over the link long enough. | String | optional |